X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.c;h=c44c7cb1ba799696bb91f53a1d73f34b7a031250;hb=4e871f9b28dff4cacfd012aede1d092cc8cfbd36;hp=94061f97d0fd17a9d3c3af842bd5da5f6cd9575e;hpb=ddaf34e7b7fe02cbbb99a6bf515eb4298d6b2d4b;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim.c b/src/src/exim.c index 94061f97d..c44c7cb1b 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -5418,6 +5418,7 @@ if (host_checking) "**** This is not for real!\n\n", sender_host_address); + connection_id = getpid(); memset(sender_host_cache, 0, sizeof(sender_host_cache)); if (verify_check_host(&hosts_connection_nolog) == OK) { @@ -5606,6 +5607,7 @@ because a log line has already been written for all its failure exists (usually "connection refused: ") and writing another one is unnecessary clutter. */ +connection_id = getpid(); if (smtp_input) { smtp_in = stdin;