[BACK]Return to servconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.c between version 1.2 and 1.3

version 1.2, 1999/09/28 07:56:47 version 1.3, 1999/09/29 00:10:16
Line 24 
Line 24 
 {  {
   memset(options, 0, sizeof(*options));    memset(options, 0, sizeof(*options));
   options->port = -1;    options->port = -1;
   options->listen_addr.s_addr = INADDR_ANY;    options->listen_addr.s_addr = htonl(INADDR_ANY);
   options->host_key_file = NULL;    options->host_key_file = NULL;
   options->random_seed_file = NULL;    options->random_seed_file = NULL;
   options->server_key_bits = -1;    options->server_key_bits = -1;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3