Fix assignment of the sytem db to the wrong variable

This commit is contained in:
Elio Maldonado 2009-12-26 17:30:23 +00:00
parent 5766a45a65
commit 4f8d878891
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ diff -up nss-3.12.5/mozilla/security/nss/lib/sysinit/nsssysinit.c.546221 nss-3.1
}
- userdb = getUserDB();
+ userdb = getSystemDB();
+ sysdb = getSystemDB();
+ userdb = getUserDB();
+
+ if (sysdb && !strcmp(filename, sysdb))