diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-20 16:35:20 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-20 16:35:20 +0000 |
commit | c63d042fb6cb22ffd46d1a7b7da05f2484d8534f (patch) | |
tree | e28c21dd1ca08c1a7d2864a82493f3d772ab4d98 | |
parent | d8590bc16c0161f15e856707f7cc8d1a7171c699 (diff) |
Complete fix of smtp fail logic
-rw-r--r-- | common/smtppass.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |