From 6fef88e75d33de13a07030a4a13774e709ef7f20 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 3 Jun 2002 01:16:04 +0000 Subject: Shrouding fix. svn path=/trunk/; revision=3622 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 856b1f27..c9792072 100644 --- a/imap.c +++ b/imap.c @@ -439,7 +439,7 @@ static int imap_getauth(int sock, struct query *ctl, char *greeting) imap_canonicalize(remotename, ctl->remotename, NAMELEN); imap_canonicalize(password, ctl->password, PASSWORDLEN); - strcpy(shroud, ctl->password); + strcpy(shroud, password); ok = gen_transact(sock, "LOGIN \"%s\" \"%s\"", remotename, password); shroud[0] = '\0'; if (ok) -- cgit v1.2.3