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 4b0ecd68..f5123c19 100644
--- a/driver.c
+++ b/driver.c
@@ -1637,7 +1637,7 @@ const struct method *proto; /* protocol method table */
len,
protocol->delimited);
if (ok == PS_TRANSIENT)
- suppress_delete = TRUE;
+ suppress_delete = suppress_forward = TRUE;
else if (ok)
goto cleanUp;
set_timeout(ctl->server.timeout);