changeset 860:6d39bcf18078

Fixed typo
author Lillian Angel <langel@redhat.com>
date Fri, 09 May 2008 10:25:45 -0400
parents 2c9ad97bb6ec
children 30c7450d05dc
files patches/icedtea-certbundle.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()));