On 11/28/18 18:18, Stuart Marks wrote:

https://bugs.openjdk.java.net/browse/JDK-8214460

Please review this small fix to correct broken macOS build caused by the
fix for JDK-8214014. Patch appended below.


-    cf_socksHost = NULL,
+    cf_socksHost = NULL;
      int
      httpPort = 80, // Default proxy port values
      httpsPort = 443,
      ftpPort = 21,
-    socksPort = 1080,
+    socksPort = 1080;

Looks good, Stuart

Tim

Reply via email to