[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.216 and 1.217

version 1.216, 2011/05/20 00:55:02 version 1.217, 2011/05/20 02:00:19
Line 1461 
Line 1461 
         M_CP_STROPT(authorized_keys_file);          M_CP_STROPT(authorized_keys_file);
         M_CP_STROPT(authorized_principals_file);          M_CP_STROPT(authorized_principals_file);
   
           /*
            * The only things that should be below this point are string options
            * which are only used after authentication.
            */
         if (preauth)          if (preauth)
                 return;                  return;
         M_CP_STROPT(adm_forced_command);          M_CP_STROPT(adm_forced_command);

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217