diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-26 13:45:40 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:54 -0800 |
commit | dc6a73202169a34ee33598c2f06ce1050f52c310 (patch) | |
tree | 248f65904e34c4e953b9455663f947169f958ec8 | |
parent | c6e5c3ee638902659fac39dc65ba2da3cfe343b0 (diff) | |
download | pam-dc6a73202169a34ee33598c2f06ce1050f52c310.tar.gz pam-dc6a73202169a34ee33598c2f06ce1050f52c310.tar.bz2 pam-dc6a73202169a34ee33598c2f06ce1050f52c310.zip |
fix up a typo when hand-applying the patch
-rw-r--r-- | debian/patches-applied/031_pam_include | 2 |
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; |