[BACK]Return to readconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/readconf.c between version 1.141 and 1.142

version 1.141, 2005/06/08 11:25:09 version 1.142, 2005/07/17 07:17:55
Line 837 
Line 837 
         /* Check that there is no garbage at end of line. */          /* Check that there is no garbage at end of line. */
         if ((arg = strdelim(&s)) != NULL && *arg != '\0') {          if ((arg = strdelim(&s)) != NULL && *arg != '\0') {
                 fatal("%.200s line %d: garbage at end of line; \"%.200s\".",                  fatal("%.200s line %d: garbage at end of line; \"%.200s\".",
                      filename, linenum, arg);                      filename, linenum, arg);
         }          }
         return 0;          return 0;
 }  }

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142