[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.138 and 1.139

version 1.138, 2005/03/10 10:15:02 version 1.139, 2005/03/10 22:01:05
Line 299 
Line 299 
         Forward fwd;          Forward fwd;
   
         /* Strip trailing whitespace */          /* Strip trailing whitespace */
         for(len = strlen(line) - 1; len > 0; len--) {          for (len = strlen(line) - 1; len > 0; len--) {
                 if (strchr(WHITESPACE, line[len]) == NULL)                  if (strchr(WHITESPACE, line[len]) == NULL)
                         break;                          break;
                 line[len] = '\0';                  line[len] = '\0';

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