summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-08 12:41:08 +0000
committerdes <des@FreeBSD.org>2002-04-08 12:41:08 +0000
commit1f9601f664860614fb7b54d7729c03fe5a3f8304 (patch)
tree6d83b93d96f412caf9445bb45157e7d04717c4d9 /lib/libpam
parent9cd6ec4ad14d3c6c5465a14a29921f39a3ea30ac (diff)
downloadFreeBSD-src-1f9601f664860614fb7b54d7729c03fe5a3f8304.zip
FreeBSD-src-1f9601f664860614fb7b54d7729c03fe5a3f8304.tar.gz
Remove debugging code that was inadvertantly brought in by previous commit.
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/modules/pam_ssh/pam_ssh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.c b/lib/libpam/modules/pam_ssh/pam_ssh.c
index b5a71ac..929ff4f 100644
--- a/lib/libpam/modules/pam_ssh/pam_ssh.c
+++ b/lib/libpam/modules/pam_ssh/pam_ssh.c
@@ -397,7 +397,6 @@ pam_sm_open_session(pam_handle_t *pamh, int flags __unused,
if ((retval = openpam_borrow_cred(pamh, pwent)) != PAM_SUCCESS)
return retval;
- fprintf(stderr, "ruid %d, euid %d\n", getuid(), geteuid());
/* Try to create the per-agent file or open it for reading if it
exists. If we can't do either, we won't try to link a
OpenPOWER on IntegriCloud