SOCKS: Add log_selector support.
[exim.git] / src / src / receive.c
index b430ee26197754e50e90611dc1e4e5c8e97875ad..dc228d92175b32244ba3b20826df5153018e7df3 100644 (file)
@@ -3775,9 +3775,9 @@ if (prdr_requested)
   s = string_append(s, &size, &sptr, 1, US" PRDR");
 #endif
 
-#ifdef EXPERIMENTAL_PROXY
+#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);