summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-security_nss_lib_freebl_stubs_c
blob: e2c3244b847b32bcbaaad5c71add8715cbf5cca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla-2.0.orig/security/nss/lib/freebl/stubs.c	2011-03-19 00:34:05.000000000 +0100
+++ mozilla-2.0/security/nss/lib/freebl/stubs.c	2011-04-23 23:18:01.000000000 +0200
@@ -539,7 +539,7 @@ freebl_InitNSSUtil(void *lib)
  * fetch the library if it's loaded. For NSS it should already be loaded
  */
 #define freebl_getLibrary(libName)  \
-    dlopen (libName, RTLD_LAZY|RTLD_NOLOAD)
+    dlopen (libName, RTLD_LAZY)
 
 #define freebl_releaseLibrary(lib) \
     if (lib) dlclose(lib)