aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-28 04:43:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-28 04:43:37 +0000
commitd0dd4abf6bfd0f60e632c9261fdd6399764264e9 (patch)
tree7e44638d89814d2b79f19309e0fe1d618b5490e0 /driver.c
parent2c26e8d988b2e818923b753b9cd2a350f1d12003 (diff)
downloadfetchmail-d0dd4abf6bfd0f60e632c9261fdd6399764264e9.tar.gz
fetchmail-d0dd4abf6bfd0f60e632c9261fdd6399764264e9.tar.bz2
fetchmail-d0dd4abf6bfd0f60e632c9261fdd6399764264e9.zip
Better optimization.
svn path=/trunk/; revision=407
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index e0cc56db..f5cb2b26 100644
--- a/driver.c
+++ b/driver.c
@@ -925,12 +925,12 @@ const struct method *proto; /* protocol method table */
len,
protocol->delimited,
ctl);
+ if (ok != 0)
+ goto cleanUp;
/* tell the server we got it OK and resynchronize */
if (protocol->trail)
(protocol->trail)(socket, ctl, num);
- if (ok != 0)
- goto cleanUp;
}
/*