[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.139 and 1.140

version 1.139, 2005/03/01 10:09:52 version 1.140, 2005/03/10 22:01:05
Line 960 
Line 960 
   
         obuf = cbuf = xstrdup(buffer_ptr(conf));          obuf = cbuf = xstrdup(buffer_ptr(conf));
         linenum = 1;          linenum = 1;
         while((cp = strsep(&cbuf, "\n")) != NULL) {          while ((cp = strsep(&cbuf, "\n")) != NULL) {
                 if (process_server_config_line(options, cp, filename,                  if (process_server_config_line(options, cp, filename,
                     linenum++) != 0)                      linenum++) != 0)
                         bad_options++;                          bad_options++;

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140