[Pkg-wmaker-commits] [wmbiff] 04/06: quote patch from Nick Mitchell, ref debian #128863
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_3_5
in repository wmbiff.
commit 73cce221c9d6af2c9a34d6b29ddf63b0aad4b113
Author: bluehal <bluehal>
Date: Sat Jan 12 19:18:31 2002 +0000
quote patch from Nick Mitchell, ref debian #128863
---
wmbiff/Imap4Client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index 3b25866..f85ec96 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -372,7 +372,7 @@ static int authenticate_plaintext(Pop3 pc,
}
/* login */
- tlscomm_printf(scs, "a001 LOGIN %s %s\r\n", PCU.userName,
+ tlscomm_printf(scs, "a001 LOGIN %s \"%s\"\r\n", PCU.userName,
PCU.password);
if (!tlscomm_expect(scs, "a001 ", buf, BUF_SIZE)) {
printf("unable to login");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list