X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ea89660dc06ba1f1e919bd0d6564619831d64167..2d0dc9298e36bb9c010ede2c42db16e3ab00da79:/src/src/exim.c diff --git a/src/src/exim.c b/src/src/exim.c index f95c10747..870b33949 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -5208,7 +5208,7 @@ already been done (which it will have been for inetd). This caters for the case when it is forced by -oMa. However, we must flag that it isn't a socket, so that the test for IP options is skipped for -bs input. */ -if (sender_host_address != NULL && sender_fullhost == NULL) +if (sender_host_address && !sender_fullhost) { host_build_sender_fullhost(); set_process_info("handling incoming connection from %s via -oMa",