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 099f405c6e..16e1caf50d 100644
--- a/nss/nsswitch.c
+++ b/nss/nsswitch.c
@@ -353,7 +353,7 @@ nss_lookup_function (service_user *ni, const char *fct_name)
 		{
 		  struct link_map *scope[2] = { map, NULL };
 		  loadbase = _dl_lookup_symbol (name, &ref,
-						scope, map->l_name, 0, 0);
+						scope, map->l_name, 0);
 		}
 
 	      /* Construct the function name.  */