about summary refs log tree commit diff
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/nsswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c
index 1a6c16e3ae..241fa2c6fc 100644
--- a/nss/nsswitch.c
+++ b/nss/nsswitch.c
@@ -285,7 +285,7 @@ do_open (void *a)
 {
   struct do_open_args *args = (struct do_open_args *) a;
   /* Open and relocate the shared object.  */
-  args->ni->library->lib_handle = _dl_open (args->shlib_name, RTLD_LAZY);
+  args->ni->library->lib_handle = _dl_open (args->shlib_name, RTLD_LAZY, NULL);
 }
 
 static void