summaryrefslogtreecommitdiffstats
path: root/daemon/utmpd/authserver.c
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-11-01 12:24:53 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-11-01 12:24:53 +0800
commit9e011ec7123c4d2ac79e5fc34e9277a546de95d1 (patch)
tree64d43abadcee5688a6072ae32f5c25bac45f9b03 /daemon/utmpd/authserver.c
parentef3ae89e6046453253984d82af845ddc9e84fbc1 (diff)
downloadpttbbs-9e011ec7123c4d2ac79e5fc34e9277a546de95d1.tar
pttbbs-9e011ec7123c4d2ac79e5fc34e9277a546de95d1.tar.gz
pttbbs-9e011ec7123c4d2ac79e5fc34e9277a546de95d1.tar.bz2
pttbbs-9e011ec7123c4d2ac79e5fc34e9277a546de95d1.tar.lz
pttbbs-9e011ec7123c4d2ac79e5fc34e9277a546de95d1.tar.xz
pttbbs-9e011ec7123c4d2ac79e5fc34e9277a546de95d1.tar.zst
pttbbs-9e011ec7123c4d2ac79e5fc34e9277a546de95d1.zip
Fix Makefile and bind interface
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4414 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'daemon/utmpd/authserver.c')
-rw-r--r--daemon/utmpd/authserver.c2
1 files changed, 1 insertions, 1 deletions
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));