summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-04-14 16:49:27 +0000
committerdes <des@FreeBSD.org>2013-04-14 16:49:27 +0000
commit4faf1388732c8b3f6d69d6c4342df72795867b90 (patch)
tree3053e8744d0732c7d161a9895680c5f445fab352 /contrib/openpam/lib
parent8d0d0606e61c046adcc9920f7ddf17cb31c7d01b (diff)
downloadFreeBSD-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/lib')
-rw-r--r--contrib/openpam/lib/openpam_log.c4
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)
OpenPOWER on IntegriCloud