# HG changeset patch # User Lillian Angel # Date 1210343145 14400 # Node ID 6d39bcf180783344f9ef56556aa18010db531bf8 # Parent 2c9ad97bb6ecea23d95b58ef74643611adec9b45 Fixed typo diff -r 2c9ad97bb6ec -r 6d39bcf18078 patches/icedtea-certbundle.patch --- a/patches/icedtea-certbundle.patch Fri May 09 10:23:23 2008 -0400 +++ b/patches/icedtea-certbundle.patch Fri May 09 10:25:45 2008 -0400 @@ -230,7 +230,7 @@ "javax.net.ssl.trustStorePassword", "")); - return null; + props.put("/etc/pki/tls/certs/ca-bundle.crt", System.getProperty( -+ "javax.net.ssl.trustStore"); ++ "javax.net.ssl.trustStore")); + props.put("CertBundle", System.getProperty( + "javax.net.ssl.trustStoreType", + KeyStore.getDefaultType()));