summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-02-28 21:28:47 +0000
committerrelyea%netscape.com <devnull@localhost>2002-02-28 21:28:47 +0000
commit2f118ec6ca2da9e45f13009930cd59b72e9256b3 (patch)
tree7704b41c8693b3f336a0eb5cd706fc87cc61fcb2
parent621b0b7fff60668394040c58048d60bb04af4c54 (diff)
downloadnss-hg-2f118ec6ca2da9e45f13009930cd59b72e9256b3.tar.gz
Load builtins even if we are openning the database read only.
-rw-r--r--security/nss/lib/nss/nssinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/nss/nssinit.c b/security/nss/lib/nss/nssinit.c
index c069119f7..d6e20c35b 100644
--- a/security/nss/lib/nss/nssinit.c
+++ b/security/nss/lib/nss/nssinit.c
@@ -387,7 +387,7 @@ loser:
STAN_GetDefaultTrustDomain());
#ifndef XP_MAC
/* only servers need this. We currently do not have a mac server */
- if ((!readOnly) && (!noModDB) && (!noCertDB) && (!noRootInit)) {
+ if ((!noModDB) && (!noCertDB) && (!noRootInit)) {
if (!SECMOD_HasRootCerts()) {
nss_FindExternalRoot(configdir);
}