[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.18 and 1.19

version 1.18, 1999/10/17 23:09:16 version 1.19, 1999/10/25 21:35:25
Line 106 
Line 106 
   if (options->keepalives == -1)    if (options->keepalives == -1)
     options->keepalives = 1;      options->keepalives = 1;
   if (options->log_facility == (SyslogFacility)(-1))    if (options->log_facility == (SyslogFacility)(-1))
     options->log_facility = SYSLOG_FACILITY_DAEMON;      options->log_facility = SYSLOG_FACILITY_AUTH;
   if (options->rhosts_authentication == -1)    if (options->rhosts_authentication == -1)
     options->rhosts_authentication = 0;      options->rhosts_authentication = 0;
   if (options->rhosts_rsa_authentication == -1)    if (options->rhosts_rsa_authentication == -1)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19