Overhaul the debug_selector and log_selector machinery to support variable-length...
[exim.git] / src / src / verify.c
index e00e7b9eba828f4dbfc5512496a8d971041f1e85..7992d58fc381da3fe7860d32c69e30214b8dffbe 100644 (file)
@@ -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);