summaryrefslogtreecommitdiffstats
path: root/daemon/utmpd/utmpserver3.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/utmpd/utmpserver3.c')
-rw-r--r--daemon/utmpd/utmpserver3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/utmpd/utmpserver3.c b/daemon/utmpd/utmpserver3.c
index de112802..83fa6285 100644
--- a/daemon/utmpd/utmpserver3.c
+++ b/daemon/utmpd/utmpserver3.c
@@ -327,7 +327,7 @@ int main(int argc, char *argv[])
return 1;
}
- if( (sfd = tobind(iface_ip, port)) < 0 )
+ if( (sfd = tobind(iface_ip)) < 0 )
return 1;
event_init();