summaryrefslogtreecommitdiff
path: root/svr-auth.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-05-09 22:52:58 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-05-09 22:52:58 +0800
commit626f8b9b58f599076b4707b3e3cc72cb7aaf1a94 (patch)
tree38fb96b5a31ac339ef90ea08e12505148f28da4b /svr-auth.c
parent0006d7980251baf68c694aaad00e99751ccde7ec (diff)
downloaddropbear-626f8b9b58f599076b4707b3e3cc72cb7aaf1a94.tar.gz
Don't TRACE() the pw_passwd
Diffstat (limited to 'svr-auth.c')
-rw-r--r--svr-auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/svr-auth.c b/svr-auth.c
index fbfd27c..ee2b89f 100644
--- a/svr-auth.c
+++ b/svr-auth.c
@@ -155,7 +155,6 @@ void recv_msg_userauth_request() {
AUTH_METHOD_NONE_LEN) == 0) {
TRACE(("recv_msg_userauth_request: 'none' request"))
#ifdef ALLOW_BLANK_PASSWORD
- TRACE(("pw_passwd '%s'", ses.authstate.pw_passwd))
if (!svr_opts.noauthpass
&& !(svr_opts.norootpass && ses.authstate.pw_uid == 0)
&& ses.authstate.pw_passwd[0] == '\0')