diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-12-13 00:37:14 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-12-13 00:37:14 +0000 |
commit | a5be798649a2744b636792ef3b14c4b13ffc5698 (patch) | |
tree | e7c9d1f92ae069a39e80fc32fb66f0407dd4a9dc /driver.c | |
parent | 335cb5e4606e4f5265292ae76b95793b2ed9f047 (diff) | |
download | fetchmail-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |