diff options
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ static int imap_getauth(int sock, struct query *ctl, char *greeting) else return ok; #else - if (ctl->server.authenticate == A_NTLM) + if (ctl->server.authenticate == A_OTP) { report(stderr, _("Required OTP capability not compiled into fetchmail\n")); |