From 9e011ec7123c4d2ac79e5fc34e9277a546de95d1 Mon Sep 17 00:00:00 2001 From: wens Date: Sat, 1 Nov 2008 04:24:53 +0000 Subject: Fix Makefile and bind interface git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4414 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- daemon/utmpd/authserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/utmpd/authserver.c') diff --git a/daemon/utmpd/authserver.c b/daemon/utmpd/authserver.c index ce728fa9..aa580f94 100644 --- a/daemon/utmpd/authserver.c +++ b/daemon/utmpd/authserver.c @@ -221,7 +221,7 @@ int main(int argc, char *argv[]) return 1; } - if( (sfd = tobind(iface_ip, port)) < 0 ) + if( (sfd = tobind(iface_ip)) < 0 ) return 1; srandom(getpid() + time(NULL)); -- cgit v1.2.3