[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.137.2.1 and 1.137.2.2

version 1.137.2.1, 2005/03/10 16:28:27 version 1.137.2.2, 2005/06/05 02:22:39
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.137.2.1  
changed lines
  Added in v.1.137.2.2