summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-26 13:45:40 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:01:54 -0800
commitdc6a73202169a34ee33598c2f06ce1050f52c310 (patch)
tree248f65904e34c4e953b9455663f947169f958ec8 /debian
parentc6e5c3ee638902659fac39dc65ba2da3cfe343b0 (diff)
fix up a typo when hand-applying the patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches-applied/031_pam_include2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-applied/031_pam_include b/debian/patches-applied/031_pam_include
index 8e7ea587..32cb0168 100644
--- a/debian/patches-applied/031_pam_include
+++ b/debian/patches-applied/031_pam_include
@@ -45,7 +45,7 @@ Index: pam.deb/libpam/pam_handlers.c
+ ) == PAM_SUCCESS)
+ continue;
+ }
-+ else if (!stat(PAM_CONFIG_D, include_dir)
++ else if (!stat(PAM_CONFIG_D, &include_dir)
+ && S_ISDIR(include_dir.st_mode))
+ {
+ char *include_file;