Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 08:03:27 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32378 for review
Message-ID:  <200306021503.h52F3R0A056715@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=32378

Change 32378 by des@des.at.des.thinksec.com on 2003/06/02 08:03:15

	Remove debugging output.

Affected files ...

.. //depot/projects/openpam/lib/openpam_configure.c#11 edit

Differences ...

==== //depot/projects/openpam/lib/openpam_configure.c#11 (text+ko) ====

@@ -31,7 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/lib/openpam_configure.c#10 $
+ * $P4: //depot/projects/openpam/lib/openpam_configure.c#11 $
  */
 
 #include <ctype.h>
@@ -184,7 +184,6 @@
 			if ((name = dup_word(p)) == NULL)
 				goto syserr;
 			ret = openpam_load_chain(pamh, name, fclt);
-			fprintf(stderr, "include %s returned %d\n", name, ret);
 			FREE(name);
 			if (ret < 0)
 				goto fail;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306021503.h52F3R0A056715>