From: Ulrich Drepper Date: Thu, 12 Mar 1998 14:32:11 +0000 (+0000) Subject: (nss_dlerror_run): Call _dl_catch_error correctly. X-Git-Tag: cvs/before-sparc-2_0_x-branch~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b87025199c1ab1889a81af4be089fa79c667dc;p=thirdparty%2Fglibc.git (nss_dlerror_run): Call _dl_catch_error correctly. --- diff --git a/nss/nsswitch.c b/nss/nsswitch.c index f06a34bd5bc..04d08977086 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -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)