From: Ulrich Drepper Date: Thu, 31 Jan 2002 22:42:07 +0000 (+0000) Subject: (process_dl_debug): Set any_debug if option name matches. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc893365a59c8ca93e183997e9bc7cb97eb8023;p=thirdparty%2Fglibc.git (process_dl_debug): Set any_debug if option name matches. --- diff --git a/elf/rtld.c b/elf/rtld.c index 8ed86eaedbb..634f90a0173 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -1218,6 +1218,7 @@ process_dl_debug (const char *dl_debug) && debopts[cnt].name[len] == '\0') { _dl_debug_mask |= debopts[cnt].mask; + any_debug = 1; break; }