aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-24 14:17:11 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-24 14:17:11 +0000
commit6006dd080700778ae0e7cefc4e56b5e800e8db1e (patch)
tree7907374655c39329c0c5da71a89afb857f9ceffd /imap.c
parente7ec487d41279380def7df865214ae19c5e18399 (diff)
downloadfetchmail-6006dd080700778ae0e7cefc4e56b5e800e8db1e.tar.gz
fetchmail-6006dd080700778ae0e7cefc4e56b5e800e8db1e.tar.bz2
fetchmail-6006dd080700778ae0e7cefc4e56b5e800e8db1e.zip
First round of ODMR fixes.
svn path=/trunk/; revision=3372
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index fe874831..cfc85fa6 100644
--- a/imap.c
+++ b/imap.c
@@ -341,7 +341,7 @@ static int imap_getauth(int sock, struct query *ctl, char *greeting)
|| ctl->server.authenticate == A_CRAM_MD5)
&& strstr(capabilities, "AUTH=CRAM-MD5"))
{
- if ((ok = do_cram_md5 (sock, "AUTHENTICATE", ctl)))
+ if ((ok = do_cram_md5 (sock, "AUTHENTICATE", ctl, NULL)))
{
/* SASL cancellation of authentication */
gen_send(sock, "*");