From 706074a5bb120f78f4fd8bc40c6814f14e17e530 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 15 Aug 1996 01:23:29 +0000 Subject: update from main archive 960814 --- nss/nsswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss/nsswitch.c') 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. */ -- cgit v1.2.3