# HG changeset patch # User Wolfgang Rosenauer # Date 1321915614 -3600 # Node ID db07eb421d6bb5aa04498bce6a519749a411db51 # Parent 30a00f382aed223085c4100377837d6082f0af39 fix nsshelper identifier "mozilla-xul" -> "Firefox" diff -r 30a00f382aed -r db07eb421d6b 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()));