Fix non-contentscan build
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 8 Feb 2017 10:48:33 +0000 (10:48 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 8 Feb 2017 10:48:33 +0000 (10:48 +0000)
Broken-by: 90341c71c19c
src/src/exim.c

index 2237476d7018795b5405872b3f7495dd370d61c0..1f450c533826a2c232f4b3ec360010bae143b1b4 100644 (file)
@@ -5791,7 +5791,9 @@ moreloop:
   deliver_domain_orig = NULL;
   deliver_host = deliver_host_address = NULL;
   dnslist_domain = dnslist_matched = NULL;
   deliver_domain_orig = NULL;
   deliver_host = deliver_host_address = NULL;
   dnslist_domain = dnslist_matched = NULL;
+#ifdef WITH_CONTENT_SCAN
   malware_name = NULL;
   malware_name = NULL;
+#endif
   callout_address = NULL;
   sending_ip_address = NULL;
   acl_var_m = NULL;
   callout_address = NULL;
   sending_ip_address = NULL;
   acl_var_m = NULL;