From 89328280b6af9f51e7b9e5c72971e083694db91e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Aug 2004 15:58:07 +0000 Subject: New version --- common/smtppass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 */ -- cgit v1.2.3