From e5a50721d21a36b8f9f31fd4ef21e182781b22e2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 18 Sep 2004 00:59:24 +0000 Subject: - Same changes to the env var setup --- common/smtppass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/smtppass.h') diff --git a/common/smtppass.h b/common/smtppass.h index c287067..72f31c8 100644 --- a/common/smtppass.h +++ b/common/smtppass.h @@ -215,10 +215,10 @@ int sp_fail_data(spctx_t* ctx, const char* smtp_status); /* * Setup the environment with context info. This is useful - * if you're going to fork another process. Be sure to fork + * 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); +void sp_setup_env(spctx_t* ctx, int file); /* * Log a message. levels are syslog levels. Syntax is just -- cgit v1.2.3