[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.396 and 1.397

version 1.396, 2023/07/17 05:26:38 version 1.397, 2023/08/29 02:50:10
Line 1973 
Line 1973 
                                 fatal("%s line %d: %s integer value %s.",                                  fatal("%s line %d: %s integer value %s.",
                                     filename, linenum, keyword, errstr);                                      filename, linenum, keyword, errstr);
                 }                  }
                 if (*activep)                  if (*activep && options->per_source_max_startups == -1)
                         options->per_source_max_startups = value;                          options->per_source_max_startups = value;
                 break;                  break;
   

Legend:
Removed from v.1.396  
changed lines
  Added in v.1.397