summaryrefslogtreecommitdiff
path: root/src/src/host.c
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-04-23 22:24:30 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2023-04-23 22:24:30 +0100
commit7533e17a427d6ae51bba9af028b0d9496f487caf (patch)
tree8954aa8c4a79aca6bc8f7202e82294bfec387a1a /src/src/host.c
parent37688315a566d2bfaeae040ee1cbaae3102efced (diff)
downloadexim4-7533e17a427d6ae51bba9af028b0d9496f487caf.tar.gz
tidying
Diffstat (limited to 'src/src/host.c')
-rw-r--r--src/src/host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/host.c b/src/src/host.c
index 136ee8953..9c66e9aac 100644
--- a/src/src/host.c
+++ b/src/src/host.c
@@ -2078,11 +2078,11 @@ so we pass that back. */
if (!host->address)
{
uschar *msg =
- #ifndef STAND_ALONE
+#ifndef STAND_ALONE
!message_id[0] && smtp_in
? string_sprintf("no IP address found for host %s (during %s)", host->name,
smtp_get_connection_info()) :
- #endif
+#endif
string_sprintf("no IP address found for host %s", host->name);
HDEBUG(D_host_lookup) debug_printf("%s\n", msg);