]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(nss_dlerror_run): Call _dl_catch_error correctly.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Mar 1998 14:32:11 +0000 (14:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Mar 1998 14:32:11 +0000 (14:32 +0000)
nss/nsswitch.c

index f06a34bd5bc435953b16779982f43992c6399c0c..04d089770866fe2b19a1ae222b5c9a0d9607df26 100644 (file)
@@ -246,10 +246,9 @@ static int
 nss_dlerror_run (void (*operate) (void))
 {
   char *last_errstring = NULL;
-  const char *last_object_name = NULL;
   int result;
 
-  (void) _dl_catch_error (&last_errstring, &last_object_name, operate);
+  (void) _dl_catch_error (&last_errstring, operate);
 
   result = last_errstring != NULL;
   if (result)