svn commit: r253153 - stable/9/contrib/openpam/lib

Dag-Erling Smørgrav des at FreeBSD.org
Wed Jul 10 14:11:14 UTC 2013


Author: des
Date: Wed Jul 10 14:11:13 2013
New Revision: 253153
URL: http://svnweb.freebsd.org/changeset/base/253153

Log:
  MFH (r249479): OPENPAM_DEBUG enables debugging but does not turn it on

Modified:
  stable/9/contrib/openpam/lib/openpam_log.c
Directory Properties:
  stable/9/contrib/openpam/   (props changed)

Modified: stable/9/contrib/openpam/lib/openpam_log.c
==============================================================================
--- stable/9/contrib/openpam/lib/openpam_log.c	Wed Jul 10 14:06:35 2013	(r253152)
+++ stable/9/contrib/openpam/lib/openpam_log.c	Wed Jul 10 14:11:13 2013	(r253153)
@@ -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)
 


More information about the svn-src-all mailing list