[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.134 and 1.135

version 1.134, 2004/06/24 19:30:54 version 1.135, 2004/07/11 17:48:47
Line 915 
Line 915 
         while (fgets(line, sizeof(line), f)) {          while (fgets(line, sizeof(line), f)) {
                 /*                  /*
                  * Trim out comments and strip whitespace                   * Trim out comments and strip whitespace
                  * NB - preserve newlines, they are needed to reproduce                   * NB - preserve newlines, they are needed to reproduce
                  * line numbers later for error messages                   * line numbers later for error messages
                  */                   */
                 if ((cp = strchr(line, '#')) != NULL)                  if ((cp = strchr(line, '#')) != NULL)

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135