[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.134.2.1 and 1.134.2.2

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