aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-14 12:21:06 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-14 12:21:06 +0000
commita6e5a2676e356b574a0cf0efb065a477daf7730b (patch)
treedc16e1d91200f4fe6eea47e6af3e80544a5f025d /driver.c
parent68d628210e92a4192eb22108647cd3855c74f8cb (diff)
downloadfetchmail-a6e5a2676e356b574a0cf0efb065a477daf7730b.tar.gz
fetchmail-a6e5a2676e356b574a0cf0efb065a477daf7730b.tar.bz2
fetchmail-a6e5a2676e356b574a0cf0efb065a477daf7730b.zip
Fix lost if ().
svn path=/branches/BRANCH_6-3/; revision=4738
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 250a1bff..89aeb36c 100644
--- a/driver.c
+++ b/driver.c
@@ -1308,6 +1308,7 @@ is restored."));
/* compute # of messages and number of new messages waiting */
stage = STAGE_GETRANGE;
err = (ctl->server.base_protocol->getrange)(mailserver_socket, ctl, idp->id, &count, &newm, &bytes);
+ if (err != 0)
goto cleanUp;
/* show user how many messages we downloaded */