Fix Proxy Protocol v2 handling
[exim.git] / src / src / globals.c
index 839b91dcc782f825bf625b4806feaa1c8a1162e7..38bd37bce5374434236c78ae1beb689978233772 100644 (file)
@@ -925,6 +925,8 @@ int     proxy_host_port        = 0;
 uschar *proxy_required_hosts   = US"";
 BOOL    proxy_session          = FALSE;
 BOOL    proxy_session_failed   = FALSE;
+uschar *proxy_target_address   = US"";
+int     proxy_target_port      = 0;
 #endif
 
 uschar *prvscheck_address      = NULL;