PERFORCE change 32378 for review

Dag-Erling Smorgrav des at FreeBSD.org
Mon Jun 2 08:03:29 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=32378

Change 32378 by des at 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;


More information about the p4-projects mailing list