8214460: MacosX build is broken because of JDK-8214014

Reviewed-by: dholmes, tbell
This commit is contained in:
Stuart Marks 2018-11-28 18:16:39 -08:00
parent 09e146ba88
commit 9aff87efc9

View File

@ -416,12 +416,12 @@ void setProxyProperties(java_props_t *sProps) {
cf_httpHost = NULL,
cf_httpsHost = NULL,
cf_ftpHost = NULL,
cf_socksHost = NULL,
cf_socksHost = NULL;
int
httpPort = 80, // Default proxy port values
httpsPort = 443,
ftpPort = 21,
socksPort = 1080,
socksPort = 1080;
CFDictionaryRef dict = SCDynamicStoreCopyProxies(NULL);
if (dict == NULL) return;