X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fglobals.c;h=c18f6c163f4c9b048b21094fc8382a7fe840e054;hb=4e9287801772d5aae181a9db0ef1dd1b514b2129;hp=340c45187c72e4b9e0296887f420f27243e449f8;hpb=13c7874e0a41d696ecf55774d62ea7d11778414f;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/globals.c b/src/src/globals.c index 340c45187..c18f6c163 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -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