[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.213 and 1.214

version 1.213, 2010/11/13 23:27:50 version 1.214, 2011/03/29 18:54:17
Line 1725 
Line 1725 
                 }                  }
         dump_cfg_string(sPermitTunnel, s);          dump_cfg_string(sPermitTunnel, s);
   
         printf("ipqos 0x%02x 0x%02x\n", o->ip_qos_interactive, o->ip_qos_bulk);          printf("ipqos %s ", iptos2str(o->ip_qos_interactive));
           printf("%s\n", iptos2str(o->ip_qos_bulk));
   
         channel_print_adm_permitted_opens();          channel_print_adm_permitted_opens();
 }  }

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.214