rpms/nss/devel 546221.patch,1.3,1.4

Elio Maldonado emaldonado at fedoraproject.org
Sat Dec 26 05:08:34 UTC 2009


Author: emaldonado

Update of /cvs/pkgs/rpms/nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17804

Modified Files:
	546221.patch 
Log Message:
Fix a failed assertion caused by a typo introduced when adapting the patch for rhbz #546221

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

Index: 546221.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nss/devel/546221.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- 546221.patch	20 Dec 2009 06:17:58 -0000	1.3
+++ 546221.patch	26 Dec 2009 05:08:33 -0000	1.4
@@ -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