[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.136 and 1.137

version 1.136, 2004/08/11 11:09:54 version 1.137, 2004/08/13 11:09:24
Line 938 
Line 938 
         debug2("%s: config %s len %d", __func__, filename, buffer_len(conf));          debug2("%s: config %s len %d", __func__, filename, buffer_len(conf));
   
         obuf = cbuf = xstrdup(buffer_ptr(conf));          obuf = cbuf = xstrdup(buffer_ptr(conf));
         linenum = 0;          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)

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137