[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.217 and 1.218

version 1.217, 2011/05/20 02:00:19 version 1.218, 2011/05/20 03:25:45
Line 1455 
Line 1455 
         M_CP_INTOPT(ip_qos_interactive);          M_CP_INTOPT(ip_qos_interactive);
         M_CP_INTOPT(ip_qos_bulk);          M_CP_INTOPT(ip_qos_bulk);
   
         M_CP_STROPT(banner);          /* See comment in servconf.h */
         M_CP_STROPT(trusted_user_ca_keys);          COPY_MATCH_STRING_OPTS();
         M_CP_STROPT(revoked_keys_file);  
         M_CP_STROPT(authorized_keys_file);  
         M_CP_STROPT(authorized_principals_file);  
   
         /*          /*
          * The only things that should be below this point are string options           * The only things that should be below this point are string options

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