aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
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);