diff options
Diffstat (limited to 'patches-applied/043_pam_unix_unknown_user_not_alert')
-rw-r--r-- | patches-applied/043_pam_unix_unknown_user_not_alert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches-applied/043_pam_unix_unknown_user_not_alert b/patches-applied/043_pam_unix_unknown_user_not_alert index 35bad6d6..6307404f 100644 --- a/patches-applied/043_pam_unix_unknown_user_not_alert +++ b/patches-applied/043_pam_unix_unknown_user_not_alert @@ -2,7 +2,7 @@ Index: Linux-PAM/modules/pam_unix/support.c =================================================================== --- Linux-PAM/modules/pam_unix/support.c.orig +++ Linux-PAM/modules/pam_unix/support.c -@@ -681,7 +681,7 @@ +@@ -680,7 +680,7 @@ } else { name = NULL; if (on(UNIX_DEBUG, ctrl) || pwd == NULL) { |