From 8a8b194fae862aa28acc0fd38962423a98e44ef0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 4 Oct 1997 07:37:53 +0000 Subject: Simplify life. svn path=/trunk/; revision=1476 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap.c b/imap.c index 7224ba13..bd8af5fa 100644 --- a/imap.c +++ b/imap.c @@ -358,7 +358,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) /* eat the tail of the CAPABILITY response (if any) */ if ((peek_capable = (imap_version >= IMAP4))) - if ((ok = imap_ok(sock, (char *)NULL))) + if ((ok = gen_recv(sock, capabilities, sizeof(capabilities)))) return(ok); #ifdef KERBEROS_V4 -- cgit v1.2.3