changeset 678:6e0899b56ac4

Don't TRACE() the pw_passwd
author Matt Johnston <matt@ucc.asn.au>
date Wed, 09 May 2012 22:52:58 +0800
parents 55b84e59aaad
children 03073a27abb3 4edea9f363d0
files svr-auth.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')