Remove debugging output.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@248 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-06-02 17:03:15 +00:00
parent f0f2b56813
commit c25cf2c668
1 changed files with 1 additions and 2 deletions

View File

@ -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;