From e47dd3eb89d7eed31a7954cd3b14b16a3985eefa Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 25 May 2013 20:47:16 -0300 Subject: Don't send previous session's password closes #616 --- src/common/outbound.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common') diff --git a/src/common/outbound.c b/src/common/outbound.c index 98384929..de547ec8 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3251,6 +3251,11 @@ cmd_server (struct session *sess, char *tbuf, char *word[], char *word_eol[]) safe_strcpy (serv->password, pass, sizeof (serv->password)); serv->loginmethod = LOGIN_PASS; } + else + { + serv->password[0] = 0; + } + #ifdef USE_OPENSSL serv->use_ssl = use_ssl; serv->accept_invalid_cert = TRUE; -- cgit 1.4.1