diff options
author | des <des@FreeBSD.org> | 2003-06-02 15:04:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-06-02 15:04:15 +0000 |
commit | c4e2b93d8985af342b1a1b40dfd24564ab58f5f1 (patch) | |
tree | 7199a1dd31fa8b7ebb303c1646cbf1e02aa2c353 /contrib | |
parent | 29f96439114d622208dd85a833e0929e1310b66a (diff) | |
parent | f4ecd4746647669fad236aa0e46da57f7761a0da (diff) | |
download | FreeBSD-src-c4e2b93d8985af342b1a1b40dfd24564ab58f5f1.zip FreeBSD-src-c4e2b93d8985af342b1a1b40dfd24564ab58f5f1.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r115698,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/openpam/lib/openpam_configure.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_configure.c b/contrib/openpam/lib/openpam_configure.c index e542fe6..348f224 100644 --- a/contrib/openpam/lib/openpam_configure.c +++ b/contrib/openpam/lib/openpam_configure.c @@ -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 @@ openpam_read_chain(pam_handle_t *pamh, 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; |