Bug 1389: Initialize and clear variables
authorTodd Lyons <tlyons@exim.org>
Thu, 3 Oct 2013 23:24:14 +0000 (16:24 -0700)
committerTodd Lyons <tlyons@exim.org>
Thu, 3 Oct 2013 23:25:12 +0000 (16:25 -0700)
src/src/dmarc.c

index ea91fee9f472dcdc341cae60aa33683f773cee3f..627d43e65bb296948f168fe345a56861a1f15509 100644 (file)
@@ -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;