X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Freceive.c;h=dc228d92175b32244ba3b20826df5153018e7df3;hp=01f461650541e5d8aea050786087fa033fe80905;hb=e6d2a9894df8c3b65920e903ab21076a0a37e20e;hpb=cee5f132d1b81d3b8738944036eb02af418b54be diff --git a/src/src/receive.c b/src/src/receive.c index 01f461650..dc228d921 100644 --- a/src/src/receive.c +++ b/src/src/receive.c @@ -3777,7 +3777,7 @@ if (prdr_requested) #ifdef SUPPORT_PROXY if (proxy_session && LOGGING(proxy)) - s = string_append(s, &size, &sptr, 2, US" PRX=", proxy_host_address); + s = string_append(s, &size, &sptr, 2, US" PRX=", proxy_local_address); #endif sprintf(CS big_buffer, "%d", msg_size);