diff options
author | Steve Langasek <vorlon@debian.org> | 2010-08-31 21:59:36 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:48:25 -0800 |
commit | 708286ab96a796707850245dafbe95ac6cdae94d (patch) | |
tree | d18a893c8aaf7384aabb58eb24c64d1ecfb49751 | |
parent | c4fa46822186a9f6b3a35ff8fcbeed7d58ac22da (diff) | |
download | pam-708286ab96a796707850245dafbe95ac6cdae94d.tar.gz pam-708286ab96a796707850245dafbe95ac6cdae94d.tar.bz2 pam-708286ab96a796707850245dafbe95ac6cdae94d.zip |
add a missing comma
-rw-r--r-- | debian/patches-applied/007_modules_pam_unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-applied/007_modules_pam_unix b/debian/patches-applied/007_modules_pam_unix index 837eee6d..ae6370eb 100644 --- a/debian/patches-applied/007_modules_pam_unix +++ b/debian/patches-applied/007_modules_pam_unix @@ -146,7 +146,7 @@ Index: pam.deb/modules/pam_unix/support.h +/* UNIX_MAX_PASS_LEN */ {"max=", _ALL_ON_, 0}, +/* UNIX_MIN_PASS_LEN */ {"minlen=", _ALL_ON_, 0x4000000}, +/* UNIX_MIN_PASS_COMPAT */ {"min=", _ALL_ON_, 0x8000000}, -+/* UNIX_OBSCURE_CHECKS */ {"obscure", _ALL_ON_, 0x10000000} ++/* UNIX_OBSCURE_CHECKS */ {"obscure", _ALL_ON_, 0x10000000}, }; #define UNIX_DEFAULTS (unix_args[UNIX__NONULL].flag) |