diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-17 15:58:07 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-17 15:58:07 +0000 |
commit | 89328280b6af9f51e7b9e5c72971e083694db91e (patch) | |
tree | bb0de920cafa32719af65bf727deac0522a128a7 /common | |
parent | 06313c21ba60212cc67da068d708d14596c98ac8 (diff) |
New version
Diffstat (limited to 'common')
-rw-r--r-- | common/smtppass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/smtppass.c b/common/smtppass.c index 853e931..b682e83 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -141,7 +141,7 @@ const char* g_outname = NULL; struct sockaddr_any g_clamaddr; /* Address for connecting to clamd */ const char* g_clamname = DEFAULT_CLAMAV; -const char* g_header = DEFAULT_HEADER; /* The header to add to email */ +char* g_header = DEFAULT_HEADER; /* The header to add to email */ const char* g_directory = _PATH_TMP; /* The directory for temp files */ unsigned int g_unique_id = 0x00100000; /* For connection ids */ int g_bounce = 0; /* Send back a reject line */ |