diff options
author | des <des@FreeBSD.org> | 2013-04-14 16:49:27 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-04-14 16:49:27 +0000 |
commit | 4faf1388732c8b3f6d69d6c4342df72795867b90 (patch) | |
tree | 3053e8744d0732c7d161a9895680c5f445fab352 /contrib/openpam | |
parent | 8d0d0606e61c046adcc9920f7ddf17cb31c7d01b (diff) | |
download | FreeBSD-src-4faf1388732c8b3f6d69d6c4342df72795867b90.zip FreeBSD-src-4faf1388732c8b3f6d69d6c4342df72795867b90.tar.gz |
Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but does
not turn debugging on by default) and add OPENPAM_DEBUG to CFLAGS.
Diffstat (limited to 'contrib/openpam')
-rw-r--r-- | contrib/openpam/lib/openpam_log.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/openpam/lib/openpam_log.c b/contrib/openpam/lib/openpam_log.c index 2b89f6c..39c2770 100644 --- a/contrib/openpam/lib/openpam_log.c +++ b/contrib/openpam/lib/openpam_log.c @@ -49,11 +49,7 @@ #include "openpam_impl.h" -#ifdef OPENPAM_DEBUG -int openpam_debug = 1; -#else int openpam_debug = 0; -#endif #if !defined(openpam_log) |