8214460: MacosX build is broken because of JDK-8214014
Reviewed-by: dholmes, tbell
This commit is contained in:
parent
09e146ba88
commit
9aff87efc9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user