1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2004-03-26  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-open.c (check_libc_caller): Fix typo.
This commit is contained in:
Ulrich Drepper
2004-03-26 21:25:35 +00:00
parent 596e1f3978
commit 4ba541a978
2 changed files with 5 additions and 1 deletions

View File

@ -183,7 +183,7 @@ check_libc_caller (const void *caller)
expected1_from = (const void *) l->l_map_start;
expected1_to = (const void *) l->l_map_end;
}
else if (strcmp (expected1, l->l_name) == 0)
else if (strcmp (expected2, l->l_name) == 0)
{
is_2:
expected2_from = (const void *) l->l_map_start;