From ff2c36735644c1045135dacb1ae1cbe5f44e90b2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 20 Sep 2004 16:35:20 +0000 Subject: Complete fix of smtp fail logic --- common/smtppass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/smtppass.h') diff --git a/common/smtppass.h b/common/smtppass.h index 72f31c8..aebace1 100644 --- a/common/smtppass.h +++ b/common/smtppass.h @@ -218,7 +218,7 @@ int sp_fail_data(spctx_t* ctx, const char* smtp_status); * if you're going to fork another process. Be sure to exec * soon after to prevent the strings from going out of scope. */ -void sp_setup_env(spctx_t* ctx, int file); +void sp_setup_forked(spctx_t* ctx, int file); /* * Log a message. levels are syslog levels. Syntax is just -- cgit v1.2.3