summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2013-04-16 13:25:59 -0700
committerTodd Lyons <tlyons@exim.org>2013-04-16 13:25:59 -0700
commitabcc8901c087c4eac4b1b88fd6f8d8a97a2ab85b (patch)
tree96ae7fb9b9824789e0a1bf691356c3eec16c9f89 /src
parent620df281ca6618bddb7ae6f996ccfc06b148ec3e (diff)
Remove static from local variable declaration.
Diffstat (limited to 'src')
-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 */