[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.200 and 1.201

version 1.200, 2010/01/09 23:04:13 version 1.201, 2010/01/10 03:51:17
Line 1578 
Line 1578 
         dump_cfg_string(sAuthorizedKeysFile, o->authorized_keys_file);          dump_cfg_string(sAuthorizedKeysFile, o->authorized_keys_file);
         dump_cfg_string(sAuthorizedKeysFile2, o->authorized_keys_file2);          dump_cfg_string(sAuthorizedKeysFile2, o->authorized_keys_file2);
         dump_cfg_string(sForceCommand, o->adm_forced_command);          dump_cfg_string(sForceCommand, o->adm_forced_command);
           dump_cfg_string(sChrootDirectory, o->chroot_directory);
   
         /* string arguments requiring a lookup */          /* string arguments requiring a lookup */
         dump_cfg_string(sLogLevel, log_level_name(o->log_level));          dump_cfg_string(sLogLevel, log_level_name(o->log_level));

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.201