(do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L.

This commit is contained in:
Ulrich Drepper 2006-02-26 20:45:55 +00:00
parent 1d62ae8a22
commit 74c5693b2e

View File

@ -103,7 +103,7 @@ RTLD_NEXT used in code not dynamically loaded"));
while (l->l_loader != NULL)
l = l->l_loader;
result = GLRO(dl_lookup_symbol_x) (name, l, &ref, l->l_local_scope,
result = GLRO(dl_lookup_symbol_x) (name, match, &ref, l->l_local_scope,
vers, 0, 0, match);
}
else