63568100b2
- fix #155293 - man 5 nfs should include vers as a mount option - fix #76467 - At boot time, fsck chokes on LVs listed by label in fstab - new Source URL - added note about ATAPI IDE floppy to fdformat.8 - fix #145355 - Man pages for fstab and fstab-sync in conflict
13 lines
458 B
Diff
13 lines
458 B
Diff
diff -urb util-linux-2.12a.orig/login-utils/login.c util-linux-2.12a/login-utils/login.c
|
|
--- util-linux-2.12a.orig/login-utils/login.c 2005-04-08 09:43:37.000000000 -0400
|
|
+++ util-linux-2.12a/login-utils/login.c 2005-04-08 11:14:37.850579656 -0400
|
|
@@ -703,6 +703,8 @@
|
|
PAM_FAIL_CHECK;
|
|
|
|
retcode = pam_setcred(pamh, PAM_ESTABLISH_CRED);
|
|
+ if (retcode != PAM_SUCCESS)
|
|
+ pam_close_session(pamh, 0);
|
|
PAM_FAIL_CHECK;
|
|
|
|
#else /* ! USE_PAM */
|