aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
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, "*");