summaryrefslogtreecommitdiffhomepage
path: root/cli-authinteract.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-09-20 17:36:32 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-09-20 17:36:32 +0000
commita43af44e9ce514c257209d89f78b794490d8a681 (patch)
treec3d705f9b70d7d1b96f1a15b5ef8e27eb99a62e1 /cli-authinteract.c
parent876b7081d8f073edd4717ccdb7091fe3a6975ef6 (diff)
Forgot to revert echo flag
--HG-- extra : convert_revision : edab4eafef0717badd628115fac4f4e2793ba22d
Diffstat (limited to 'cli-authinteract.c')
-rw-r--r--cli-authinteract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-authinteract.c b/cli-authinteract.c
index 90105e9..ef65517 100644
--- a/cli-authinteract.c
+++ b/cli-authinteract.c
@@ -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));