Logging: do not log a missing proxy address, on delivery non-proxied.
[exim.git] / src / src / globals.c
index 340c45187c72e4b9e0296887f420f27243e449f8..c18f6c163f4c9b048b21094fc8382a7fe840e054 100644 (file)
@@ -1184,10 +1184,10 @@ int     process_info_len       = 0;
 uschar *process_log_path       = NULL;
 
 #if defined(SUPPORT_PROXY) || defined(SUPPORT_SOCKS)
-uschar *hosts_proxy            = US"";
-uschar *proxy_external_address = US"";
+uschar *hosts_proxy            = NULL;
+uschar *proxy_external_address = NULL;
 int     proxy_external_port    = 0;
-uschar *proxy_local_address    = US"";
+uschar *proxy_local_address    = NULL;
 int     proxy_local_port       = 0;
 #endif