aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-07-10 13:56:20 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-07-10 13:56:20 +0000
commit16e90f0c2139d5600083013e30a1338d9894e255 (patch)
treee09cc59cd8193c58b9a01a1aa5da88e8d3bb5269 /driver.c
parent25d874ba0762ce219279e8640ee4f6f921fe7828 (diff)
downloadfetchmail-16e90f0c2139d5600083013e30a1338d9894e255.tar.gz
fetchmail-16e90f0c2139d5600083013e30a1338d9894e255.tar.bz2
fetchmail-16e90f0c2139d5600083013e30a1338d9894e255.zip
More fixes from Sunil.
svn path=/trunk/; revision=3660
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 79ad4213..380a7c20 100644
--- a/driver.c
+++ b/driver.c
@@ -1423,7 +1423,7 @@ is restored."));
cleanUp:
/* we only get here on error */
- if (err != 0 && err != PS_SOCKET)
+ if (err != 0 && err != PS_SOCKET && err != PS_REPOLL)
{
stage = STAGE_LOGOUT;
(ctl->server.base_protocol->logout_cmd)(mailserver_socket, ctl);