- (stevesk) Fix typo in auth.c: USE_PAM not PAM

This commit is contained in:
Kevin Steves 2000-10-29 14:38:55 +00:00
parent 95c7b4dd6e
commit a58e0af1bd
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
20001029
- (stevesk) Fix typo in auth.c: USE_PAM not PAM
20001028
- (djm) fix select hack in serverloop.c from Philippe WILLEM
<Philippe.WILLEM@urssaf.fr>

2
auth.c
View File

@ -80,7 +80,7 @@ allowed_user(struct passwd * pw)
#ifdef WITH_AIXAUTHENTICATE
char *loginmsg;
#endif /* WITH_AIXAUTHENTICATE */
#if !defined(PAM) && defined(HAVE_SHADOW_H) && \
#if !defined(USE_PAM) && defined(HAVE_SHADOW_H) && \
!defined(DISABLE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
struct spwd *spw;