diff options
author | Matt Johnston <matt@ucc.asn.au> | 2012-05-09 22:52:58 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2012-05-09 22:52:58 +0800 |
commit | 10d7a358416e4125b05b0e28f4175659febdcb32 (patch) | |
tree | f149fb6ac1ec82fdab1f7555cca27a8d259e6739 /svr-auth.c | |
parent | 6b4105ffe62c1df203ac7a9220e4780c1c69ceaf (diff) |
Don't TRACE() the pw_passwd
Diffstat (limited to 'svr-auth.c')
-rw-r--r-- | svr-auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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') |