[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.40 and 1.41

version 1.40, 2002/03/19 14:27:39 version 1.41, 2002/03/19 15:31:47
Line 418 
Line 418 
                 auth_close(as);                  auth_close(as);
 #endif  #endif
 #endif  #endif
         return (pwcopy(pw));          if (pw != NULL)
                   return (pwcopy(pw));
           return (NULL);
 }  }

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41