=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ssh/servconf.c 1999/09/29 22:08:13 1.5 +++ src/usr.bin/ssh/servconf.c 1999/09/30 05:11:29 1.6 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.5 1999/09/29 22:08:13 dugsong Exp $"); +RCSID("$Id: servconf.c,v 1.6 1999/09/30 05:11:29 deraadt Exp $"); #include "ssh.h" #include "servconf.h" @@ -296,11 +296,7 @@ filename, linenum); exit(1); } -#ifdef BROKEN_INET_ADDR - options->listen_addr.s_addr = inet_network(cp); -#else /* BROKEN_INET_ADDR */ options->listen_addr.s_addr = inet_addr(cp); -#endif /* BROKEN_INET_ADDR */ break; case sHostKeyFile: