diff options
author | Thomas Jarosch <thomas.jarosch@intra2net.com> | 2011-08-02 13:22:55 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-08-02 13:22:55 +0200 |
commit | 7249612f81e60bbb9f717262b500f3e1655e771e (patch) | |
tree | 7f79f4ad0221c0f3c75d0ae3f11db41f2534ced3 | |
parent | cd43b2e270793cac361aa7d64171db06a1dbee26 (diff) | |
download | fetchmail-7249612f81e60bbb9f717262b500f3e1655e771e.tar.gz fetchmail-7249612f81e60bbb9f717262b500f3e1655e771e.tar.bz2 fetchmail-7249612f81e60bbb9f717262b500f3e1655e771e.zip |
Remove redundant double A_OTP check.
-rw-r--r-- | conf.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -272,8 +272,6 @@ void dump_config(struct runctl *runp, struct query *querylist) stringdump("auth", "any"); else if (ctl->server.authenticate == A_PASSWORD) stringdump("auth", "password"); - else if (ctl->server.authenticate == A_OTP) - stringdump("auth", "otp"); else if (ctl->server.authenticate == A_NTLM) stringdump("auth", "ntlm"); else if (ctl->server.authenticate == A_CRAM_MD5) |