patch-security_nss_lib_freebl_stubs_c 486 B

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