mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8214460: MacosX build is broken because of JDK-8214014
Reviewed-by: dholmes, tbell
This commit is contained in:
parent
09e146ba88
commit
9aff87efc9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue