[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.169 and 1.170

version 1.169, 2008/11/03 01:07:02 version 1.170, 2008/11/03 02:44:41
Line 1220 
Line 1220 
                 if ((fwdarg[i] = hpdelim(&cp)) == NULL)                  if ((fwdarg[i] = hpdelim(&cp)) == NULL)
                         break;                          break;
   
         /* Check for trailing garbage in 4-arg case*/          /* Check for trailing garbage */
         if (cp != NULL)          if (cp != NULL)
                 i = 0;  /* failure */                  i = 0;  /* failure */
   

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.170