K 10 svn:author V 3 jon K 8 svn:date V 27 2004-04-21T21:15:08.000000Z K 7 svn:log V 314 Fix a bug that could result in getpw*() incorrectly returning NULL when NIS adjunct maps are used. One symtom of this bug is sshd saying: login_get_lastlog: Cannot find account for uid X when logging in. The problem here is caused by an incorrect reuse of the rv variable when previous values are needed later. END