[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.304 and 1.305

version 1.304, 2017/02/03 23:01:19 version 1.305, 2017/03/10 04:11:00
Line 2107 
Line 2107 
 static void  static void
 dump_cfg_string(ServerOpCodes code, const char *val)  dump_cfg_string(ServerOpCodes code, const char *val)
 {  {
         if (val == NULL)  
                 return;  
         printf("%s %s\n", lookup_opcode_name(code),          printf("%s %s\n", lookup_opcode_name(code),
             val == NULL ? "none" : val);              val == NULL ? "none" : val);
 }  }

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.305