From 7ed1b664941e5b3efcc40f78c58114a3591042dc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 2 Aug 1997 16:17:07 +0000 Subject: Suppress both forwarding and deletion on DNS errors. svn path=/trunk/; revision=1220 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.c') 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); -- cgit v1.2.3