aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-12-13 00:37:14 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-12-13 00:37:14 +0000
commita5be798649a2744b636792ef3b14c4b13ffc5698 (patch)
treee7c9d1f92ae069a39e80fc32fb66f0407dd4a9dc /driver.c
parent335cb5e4606e4f5265292ae76b95793b2ed9f047 (diff)
downloadfetchmail-a5be798649a2744b636792ef3b14c4b13ffc5698.tar.gz
fetchmail-a5be798649a2744b636792ef3b14c4b13ffc5698.tar.bz2
fetchmail-a5be798649a2744b636792ef3b14c4b13ffc5698.zip
Drop line from 6.4.0 patch that accidentally hit the branch.
svn path=/branches/BRANCH_6-3/; revision=4542
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index cc009c12..320d1056 100644
--- a/driver.c
+++ b/driver.c
@@ -1139,7 +1139,6 @@ static int do_session(
#endif /* KERBEROS_V5 */
/* accept greeting message from mail server */
- stage = STAGE_PREAUTH;
err = (ctl->server.base_protocol->parse_response)(mailserver_socket, buf);
if (err != 0)
goto cleanUp;