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

Diff for /src/usr.bin/ssh/auth.c between version 1.81 and 1.82

version 1.81, 2010/01/10 07:15:56 version 1.82, 2010/01/13 00:19:04
Line 365 
Line 365 
                         return -1;                          return -1;
                 }                  }
   
                 /* If are passed the homedir then we can stop */                  /* If are past the homedir then we can stop */
                 if (comparehome && strcmp(homedir, buf) == 0) {                  if (comparehome && strcmp(homedir, buf) == 0) {
                         debug3("secure_filename: terminating check at '%s'",                          debug3("secure_filename: terminating check at '%s'",
                             buf);                              buf);

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82