diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 18:55:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 18:55:29 +0000 |
commit | 606ef849ef0e6bf3118721006784e0090b786ca9 (patch) | |
tree | c380273d035ce97654140a3ebb14b4bcce29c6ae /imap.c | |
parent | 37b00d8ca765f97b0d6ae0171bd8493ec90a1496 (diff) | |
download | fetchmail-606ef849ef0e6bf3118721006784e0090b786ca9.tar.gz fetchmail-606ef849ef0e6bf3118721006784e0090b786ca9.tar.bz2 fetchmail-606ef849ef0e6bf3118721006784e0090b786ca9.zip |
Various minor screwups.
svn path=/trunk/; revision=3191
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -330,7 +330,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) if ((ctl->server.authenticate == A_ANY || ctl->server.authenticate==A_OTP) && strstr(capabilities, "AUTH=X-OTP")) - return(do_otp(sock, ctl)); + return(do_otp(sock, "AUTHENTICATE", ctl)); #else if (ctl->server.authenticate==A_NTLM) { |