diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-02 02:24:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-02 02:24:08 +0000 |
commit | 15449ae34bc8219740a355d292f230b3e1eb4b46 (patch) | |
tree | 62c004e377c9513a1859e83e6af1c6f467f138e8 /imap.c | |
parent | b07733a0d149c043ca0ba7bea99702c765ad29e4 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |