fix nsshelper identifier "mozilla-xul" -> "Firefox"
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 21 Nov 2011 23:46:54 +0100
changeset 357 db07eb421d6b
parent 356 30a00f382aed
child 358 b28670af14d5
fix nsshelper identifier "mozilla-xul" -> "Firefox"
mozilla-shared-nss-db.patch
--- a/mozilla-shared-nss-db.patch	Fri Nov 18 07:36:46 2011 +0100
+++ b/mozilla-shared-nss-db.patch	Mon Nov 21 23:46:54 2011 +0100
@@ -126,7 +126,7 @@
 +      init_rv = ::NSS_Initialize(profileStr.get(), "", "",
 +                                 SECMOD_DB, init_flags);
 +    } else {
-+      init_rv = ::nsshelp_open_db ("mozilla-xul", profileStr.get(), init_flags);
++      init_rv = ::nsshelp_open_db ("Firefox", profileStr.get(), init_flags);
 +
 +      if (init_rv != SECSuccess) {
 +        PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("can not init NSS using nsshelp_open_db in %s\n", profileStr.get()));