summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2005-08-12 22:19:19 +0000
committerrelyea%netscape.com <devnull@localhost>2005-08-12 22:19:19 +0000
commit2624cca693be646b981a0df4a31febf0127e664d (patch)
tree8eab901a102cb9db4f6222301d84938aaff64420
parent7abce4b18850ea724e7f1b94833f72c0a78b592e (diff)
downloadnss-hg-2624cca693be646b981a0df4a31febf0127e664d.tar.gz
Correct mistyped version of wtc patch.
-rw-r--r--security/nss/lib/softoken/pcertdb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/lib/softoken/pcertdb.c b/security/nss/lib/softoken/pcertdb.c
index c344b525f..e6954f737 100644
--- a/security/nss/lib/softoken/pcertdb.c
+++ b/security/nss/lib/softoken/pcertdb.c
@@ -4082,8 +4082,7 @@ openNewCertDB(const char *appName, const char *prefix, const char *certdbname,
if (appName &&
(updatedb = dbsopen(certdbname, NO_RDONLY, 0600, DB_HASH, 0)) != NULL) {
rv = UpdateV8DB(handle, updatedb);
- }
- if ((updatedb = nsslowcert_openolddb(namecb,cbarg,7)) != NULL) {
+ } else if ((updatedb = nsslowcert_openolddb(namecb,cbarg,7)) != NULL) {
rv = UpdateV7DB(handle, updatedb);
} else if ((updatedb = nsslowcert_openolddb(namecb,cbarg,6)) != NULL) {
rv = UpdateV6DB(handle, updatedb);