aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
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 c8b76d08..70b500fb 100644
--- a/driver.c
+++ b/driver.c
@@ -1883,7 +1883,7 @@ const struct method *proto; /* protocol method table */
* Only re-poll if we allowed deletions and had no errors.
* Otherwise it is far too easy to get into infinite loops.
*/
- (protocol->retry && !ctl->keep && !ctl->errcount);
+ (fetches && protocol->retry && !ctl->keep && !ctl->errcount);
}
no_error: