From 10d7a358416e4125b05b0e28f4175659febdcb32 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Wed, 9 May 2012 22:52:58 +0800
Subject: [PATCH] Don't TRACE() the pw_passwd

---
 svr-auth.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/svr-auth.c b/svr-auth.c
index fbfd27c2..ee2b89f7 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') 
-- 
GitLab