git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90341c7
)
Fix non-contentscan build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 8 Feb 2017 10:48:33 +0000
(10:48 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 8 Feb 2017 10:48:33 +0000
(10:48 +0000)
Broken-by: 90341c71c19c
src/src/exim.c
patch
|
blob
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index 2237476d7018795b5405872b3f7495dd370d61c0..1f450c533826a2c232f4b3ec360010bae143b1b4 100644
(file)
--- a/
src/src/exim.c
+++ b/
src/src/exim.c
@@
-5791,7
+5791,9
@@
moreloop:
deliver_domain_orig = NULL;
deliver_host = deliver_host_address = NULL;
dnslist_domain = dnslist_matched = NULL;
+#ifdef WITH_CONTENT_SCAN
malware_name = NULL;
+#endif
callout_address = NULL;
sending_ip_address = NULL;
acl_var_m = NULL;