aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-02 02:24:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-02 02:24:08 +0000
commit15449ae34bc8219740a355d292f230b3e1eb4b46 (patch)
tree62c004e377c9513a1859e83e6af1c6f467f138e8 /imap.c
parentb07733a0d149c043ca0ba7bea99702c765ad29e4 (diff)
downloadfetchmail-15449ae34bc8219740a355d292f230b3e1eb4b46.tar.gz
fetchmail-15449ae34bc8219740a355d292f230b3e1eb4b46.tar.bz2
fetchmail-15449ae34bc8219740a355d292f230b3e1eb4b46.zip
Typo fix.
svn path=/trunk/; revision=1463
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 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);