summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2013-10-03 16:24:14 -0700
committerTodd Lyons <tlyons@exim.org>2013-10-03 16:25:12 -0700
commita8c3430674ceb70b5dda7dfe7ddf4374196c955d (patch)
treedef49f913e96883559ae81fa65cf803f1b44e3bf /src
parentb9cd8f911c670fdcd58e7b1484f46f8112b35559 (diff)
Bug 1389: Initialize and clear variables
Diffstat (limited to 'src')
-rw-r--r--src/src/dmarc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/dmarc.c b/src/src/dmarc.c
index ea91fee9f..627d43e65 100644
--- a/src/src/dmarc.c
+++ b/src/src/dmarc.c
@@ -81,6 +81,8 @@ int dmarc_init()
dmarc_abort = FALSE;
dmarc_pass_fail = US"skipped";
dmarc_used_domain = US"";
+ dmarc_ar_header = NULL;
+ dmarc_has_been_checked = FALSE;
header_from_sender = NULL;
spf_sender_domain = NULL;
spf_human_readable = NULL;