From 2070532178c5a0f9d39395665afc305e0577524b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 20 Sep 2004 21:40:02 +0000 Subject: Changes from proxsmtp --- src/clamsmtpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/clamsmtpd.c b/src/clamsmtpd.c index fdf6aa8..ed85ad1 100644 --- a/src/clamsmtpd.c +++ b/src/clamsmtpd.c @@ -681,7 +681,7 @@ static int virus_action(clctx_t* ctx, const char* virus) close(i); /* Set the environment variables */ - sp_setup_env(sp, 0); + sp_setup_forked(sp, 0); /* When quarantining we can hand the file name off */ if(g_clstate.quarantine) -- cgit v1.2.3