summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/src/dmarc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/dmarc.c b/src/src/dmarc.c
index 825c2aa99..ea91fee9f 100644
--- a/src/src/dmarc.c
+++ b/src/src/dmarc.c
@@ -401,7 +401,7 @@ int dmarc_process() {
int dmarc_write_history_file()
{
- static int history_file_fd;
+ int history_file_fd;
ssize_t written_len;
int tmp_ans;
u_char **rua; /* aggregate report addressees */