X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b77f4a148c955fd18e7437dfed5fa25ed06a983a..6c6d6e483411af2c087ff258f4041d38eb65e775:/src/src/verify.c diff --git a/src/src/verify.c b/src/src/verify.c index e00e7b9eb..7992d58fc 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -2916,7 +2916,7 @@ if (ip_bind(sock, host_af, interface_address, 0) < 0) if (ip_connect(sock, host_af, sender_host_address, port, rfc1413_query_timeout) < 0) { - if (errno == ETIMEDOUT && (log_extra_selector & LX_ident_timeout) != 0) + if (errno == ETIMEDOUT && LOGGING(ident_timeout)) { log_write(0, LOG_MAIN, "ident connection to %s timed out", sender_host_address);