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

Diff for /src/usr.bin/ssh/match.c between version 1.19 and 1.19.12.1

version 1.19, 2002/03/01 13:12:10 version 1.19.12.1, 2005/09/02 03:45:00
Line 254 
Line 254 
                                 ret = xstrdup(p);                                  ret = xstrdup(p);
                                 if (next != NULL)                                  if (next != NULL)
                                         *next = (cp == NULL) ?                                          *next = (cp == NULL) ?
                                             strlen(c) : cp - c;                                              strlen(c) : (u_int)(cp - c);
                                 xfree(c);                                  xfree(c);
                                 xfree(s);                                  xfree(s);
                                 return ret;                                  return ret;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.12.1