=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/servconf.c 1999/09/28 07:56:47 1.2 +++ src/usr.bin/ssh/servconf.c 1999/09/29 00:10:16 1.3 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.2 1999/09/28 07:56:47 deraadt Exp $"); +RCSID("$Id: servconf.c,v 1.3 1999/09/29 00:10:16 deraadt Exp $"); #include "ssh.h" #include "servconf.h" @@ -24,7 +24,7 @@ { memset(options, 0, sizeof(*options)); options->port = -1; - options->listen_addr.s_addr = INADDR_ANY; + options->listen_addr.s_addr = htonl(INADDR_ANY); options->host_key_file = NULL; options->random_seed_file = NULL; options->server_key_bits = -1;