- (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by

kent@lysator.liu.se
This commit is contained in:
Ben Lindstrom 2002-03-27 16:50:03 +00:00
Родитель 28364ecf45
Коммит 53f1830d6a
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
20020327
- (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
kent@lysator.liu.se
20020325
- (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
- (bal) OpenBSD CVS Sync
@ -8060,4 +8064,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1991 2002/03/26 03:42:20 mouring Exp $
$Id: ChangeLog,v 1.1992 2002/03/27 16:50:03 mouring Exp $

Просмотреть файл

@ -389,7 +389,7 @@ do_authentication(void)
use_privsep ? " [net]" : "");
#ifdef USE_PAM
start_pam(pw == NULL ? "NOUSER" : user);
start_pam(authctxt->pw == NULL ? "NOUSER" : user);
#endif
/*