From 15449ae34bc8219740a355d292f230b3e1eb4b46 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 2 Oct 1997 02:24:08 +0000 Subject: Typo fix. svn path=/trunk/; revision=1463 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index caa93059..7224ba13 100644 --- a/imap.c +++ b/imap.c @@ -380,7 +380,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) } /* else fall through to ourdinary AUTH=LOGIN case */ } - else if (ctl->server.protocol == P_IMAP_K4)) + else if (ctl->server.protocol == P_IMAP_K4) { error(0,-1, "Required KERBEROS_V4 capability not supported by server"); return(PS_AUTHFAIL); -- cgit v1.2.3