K 10 svn:author V 6 cognet K 8 svn:date V 27 2006-03-28T15:30:42.000000Z K 7 svn:log V 363 Don't call audit_logout() if pwd is NULL, as audit_logout() attempts to dereference it. This will happen if we ^D at the Login: prompt without having provided a valid login before. Set pwd to NULL on bad login attempts to prevent audit_logout() from being called for a user which didn't actually log on. Reported by: Jerome Magnin jethro at docisland dot org END