View | Details | Raw Unified | Return to bug 157078
Collapse All | Expand All

(-)nss/nsswitch.c (-1 / +1 lines)
Lines 358-364 __nss_lookup_function (service_user *ni, Link Here
358
				  ".so"),
358
				  ".so"),
359
			__nss_shlib_revision);
359
			__nss_shlib_revision);
360
360
361
	      ni->library->lib_handle = __libc_dlopen (shlib_name);
361
	      ni->library->lib_handle = __libc_dlopen_mode (shlib_name, RTLD_LAZY | __RTLD_DLOPEN | RTLD_DEEPBIND);
362
	      if (ni->library->lib_handle == NULL)
362
	      if (ni->library->lib_handle == NULL)
363
		{
363
		{
364
		  /* Failed to load the library.  */
364
		  /* Failed to load the library.  */

Return to bug 157078