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 1934e9cf..4b0ecd68 100644
--- a/driver.c
+++ b/driver.c
@@ -1597,7 +1597,7 @@ const struct method *proto; /* protocol method table */
*/
ok = readheaders(sock, len, ctl, realname);
if (ok == PS_TRANSIENT)
- suppress_delete = TRUE;
+ suppress_delete = suppress_forward = TRUE;
else if (ok == PS_REFUSED)
suppress_forward = TRUE;
else if (ok)