rpms/nss/F-12 546221.patch,1.2,1.3

Elio Maldonado emaldonado at fedoraproject.org
Sat Dec 26 17:30:23 UTC 2009


Author: emaldonado

Update of /cvs/pkgs/rpms/nss/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25745

Modified Files:
	546221.patch 
Log Message:
Fix assignment of the sytem db to the wrong variable

546221.patch:
 nsssysinit.c |   42 ++++++++++++++++++++++++++++++------------
 1 file changed, 30 insertions(+), 12 deletions(-)

Index: 546221.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nss/F-12/546221.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- 546221.patch	20 Dec 2009 06:36:20 -0000	1.2
+++ 546221.patch	26 Dec 2009 17:30:23 -0000	1.3
@@ -26,7 +26,7 @@ diff -up nss-3.12.5/mozilla/security/nss
      }
  
 -    userdb  = getUserDB();
-+    userdb = getSystemDB();
++    sysdb = getSystemDB();
 +    userdb = getUserDB();
 +
 +    if (sysdb && !strcmp(filename, sysdb))




More information about the scm-commits mailing list