]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_map_objet_deps): Call _dl_catch_error correctly.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Mar 1998 14:31:34 +0000 (14:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Mar 1998 14:31:34 +0000 (14:31 +0000)
elf/dl-deps.c

index 67c5f4ec66846d6e247e92da647fdf1a1eabebfd..d81593b942d640479821df3d44fc6c18d4ac20cc 100644 (file)
@@ -91,8 +91,7 @@ _dl_map_object_deps (struct link_map *map,
                                      trace_mode);
              }
            char *errstring;
-           const char *objname;
-           if (! _dl_catch_error (&errstring, &objname, openaux))
+           if (! _dl_catch_error (&errstring, openaux))
              /* The auxiliary object is actually there.  Use it as
                 the first search element, even before MAP itself.  */
              preload (aux);