diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-08 10:48:33 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-08 10:48:33 +0000 |
commit | ac4824af42edfb6f930056ca3e48d4866975f303 (patch) | |
tree | 92fe4972640a64598c91b831ff34c6e3d97c88b6 | |
parent | 90341c71c19c82ba8b1cbf4d1693940b8bb8f70b (diff) |
Fix non-contentscan build
Broken-by: 90341c71c19c
-rw-r--r-- | src/src/exim.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/exim.c b/src/src/exim.c index 2237476d7..1f450c533 100644 --- 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; |