Fix a failed assertion caused by a typo introduced when adapting the patch

for rhbz #546221
This commit is contained in:
Elio Maldonado 2009-12-26 05:08:33 +00:00
parent e10b9063cb
commit 8867167583
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))