aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-19 12:26:41 +0000
committervorlon <Unknown>2007-08-19 12:26:41 +0000
commit126719f9161d567c98ebea9aaae8c64bc8db7264 (patch)
treeec76b557215c9e58b36099553066cb58192d8da3
parent2d14468716e33f68df8b3c29a422c806861b3121 (diff)
downloadpam-126719f9161d567c98ebea9aaae8c64bc8db7264.tar.gz
pam-126719f9161d567c98ebea9aaae8c64bc8db7264.tar.bz2
pam-126719f9161d567c98ebea9aaae8c64bc8db7264.zip
Refresh for new upstream version
-rw-r--r--patches-applied/045_pam_dispatch_jump_is_ignore9
1 files changed, 4 insertions, 5 deletions
diff --git a/patches-applied/045_pam_dispatch_jump_is_ignore b/patches-applied/045_pam_dispatch_jump_is_ignore
index e6fad1b5..01d67d41 100644
--- a/patches-applied/045_pam_dispatch_jump_is_ignore
+++ b/patches-applied/045_pam_dispatch_jump_is_ignore
@@ -8,14 +8,13 @@ Index: Linux-PAM/libpam/pam_dispatch.c
===================================================================
--- Linux-PAM/libpam/pam_dispatch.c.orig
+++ Linux-PAM/libpam/pam_dispatch.c
-@@ -224,20 +224,8 @@
+@@ -229,19 +229,7 @@
if ( _PAM_ACTION_IS_JUMP(action) ) {
/* If we are evaluating a cached chain, we treat this
- module as required (aka _PAM_ACTION_OK) as well as
- executing the jump. */
-+ module as ignored as well as executing the jump. */
-
+-
- if (use_cached_chain) {
- if (impression == _PAM_UNDEF
- || (impression == _PAM_POSITIVE
@@ -26,7 +25,7 @@ Index: Linux-PAM/libpam/pam_dispatch.c
- }
- }
- }
--
++ module as ignored as well as executing the jump. */
+
/* this means that we need to skip #action stacked modules */
do {
- h = h->next;