[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.245 and 1.246

version 1.245, 2013/11/07 11:58:27 version 1.246, 2013/11/21 00:45:44
Line 1986 
Line 1986 
         dump_cfg_string(sPidFile, o->pid_file);          dump_cfg_string(sPidFile, o->pid_file);
         dump_cfg_string(sXAuthLocation, o->xauth_location);          dump_cfg_string(sXAuthLocation, o->xauth_location);
         dump_cfg_string(sCiphers, o->ciphers ? o->ciphers :          dump_cfg_string(sCiphers, o->ciphers ? o->ciphers :
             cipher_alg_list(','));              cipher_alg_list(',', 0));
         dump_cfg_string(sMacs, o->macs ? o->macs : mac_alg_list(','));          dump_cfg_string(sMacs, o->macs ? o->macs : mac_alg_list(','));
         dump_cfg_string(sBanner, o->banner);          dump_cfg_string(sBanner, o->banner);
         dump_cfg_string(sForceCommand, o->adm_forced_command);          dump_cfg_string(sForceCommand, o->adm_forced_command);

Legend:
Removed from v.1.245  
changed lines
  Added in v.1.246