diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 17:24:57 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 17:37:23 +0200 |
commit | 11a63571bc2ac5790d6e349d742d87b48a781e41 (patch) | |
tree | 48f521e4832c929333ad1cfd8e3666c6ef05382a /imap.c | |
parent | 414cdcecacd0e573bbf542d73947bf2b3ae9870b (diff) | |
download | fetchmail-11a63571bc2ac5790d6e349d742d87b48a781e41.tar.gz fetchmail-11a63571bc2ac5790d6e349d742d87b48a781e41.tar.bz2 fetchmail-11a63571bc2ac5790d6e349d742d87b48a781e41.zip |
Cancel SASL AUTH properly on GSSAPI errors.
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -574,7 +574,6 @@ static int imap_getauth(int sock, struct query *ctl, char *greeting) ctl->server.truename, ctl->remotename))) { /* SASL cancellation of authentication */ - gen_send(sock, "*"); if (ctl->server.authenticate != A_ANY) return ok; } else { |