# HG changeset patch # User Matt Johnston # Date 1336575178 -28800 # Node ID 6e0899b56ac4482a76e3dc51d02ca2d7e0d1883a # Parent 55b84e59aaad265aba4e96b264102b39a938bbd3 Don't TRACE() the pw_passwd diff -r 55b84e59aaad -r 6e0899b56ac4 svr-auth.c --- a/svr-auth.c Wed May 09 22:51:59 2012 +0800 +++ b/svr-auth.c Wed May 09 22:52:58 2012 +0800 @@ -155,7 +155,6 @@ 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')