Forgot to revert echo flag

--HG--
extra : convert_revision : edab4eafef0717badd628115fac4f4e2793ba22d
This commit is contained in:
Matt Johnston 2005-09-20 17:36:32 +00:00
parent 876b7081d8
commit a43af44e9c

View File

@ -114,7 +114,7 @@ void recv_msg_userauth_info_request() {
echo = buf_getbool(ses.payload);
if (echo) {
if (!echo) {
unsigned char* p = getpass(prompt);
response = m_strdup(p);
m_burn(p, strlen(p));