summaryrefslogtreecommitdiff
path: root/common/smtppass.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/smtppass.c')
-rw-r--r--common/smtppass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/smtppass.c b/common/smtppass.c
index 95ceacf..b93b636 100644
--- a/common/smtppass.c
+++ b/common/smtppass.c
@@ -857,7 +857,7 @@ static int avcheck_data(clamsmtp_context_t* ctx, char* logline)
int r, ret = 0;
strlcpy(buf, g_directory, MAXPATHLEN);
- strlcat(buf, "/clamsmtp.XXXXXX", MAXPATHLEN);
+ strlcat(buf, "/clamsmtpd.XXXXXX", MAXPATHLEN);
/* transfer_to_file deletes the temp file on failure */
if((r = transfer_to_file(ctx, buf)) > 0)