diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-06 11:15:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-06 11:15:21 +0100 |
commit | e60572454b5b9aab9bf1b050a73360674cd7af4e (patch) | |
tree | 914a9869f4ed13027215241ee8d5b49d0c949c69 /src | |
parent | 675ae646c0506f6740bb8afa28c8c4892dabbdaf (diff) |
Change-log
Diffstat (limited to 'src')
-rw-r--r-- | src/src/exim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/exim.c b/src/src/exim.c index 9f6efaf06..58c2dc9af 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -4084,7 +4084,7 @@ Don't attempt it if logging is disabled, or if listing variables or if verifying/testing addresses or expansions. */ if ( (debug_selector & D_any || LOGGING(arguments)) - && really_exim && !list_options && !checking) + && really_exim && !list_options && !checking) { int i; uschar *p = big_buffer; |