From: Serhei Makarov Date: Fri, 14 Feb 2025 21:43:36 +0000 (-0500) Subject: fixup for DRAFT e38ce78: should return ent->fd X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1ac2e261e75e92879f4c62b85dc4d2ba7e04505;p=thirdparty%2Felfutils.git fixup for DRAFT e38ce78: should return ent->fd Previous fixup commit erroneously removed this line. --- diff --git a/libdwfl/dwfl_process_tracker_find_elf.c b/libdwfl/dwfl_process_tracker_find_elf.c index d62d24d7..2d8ccbd2 100644 --- a/libdwfl/dwfl_process_tracker_find_elf.c +++ b/libdwfl/dwfl_process_tracker_find_elf.c @@ -63,6 +63,7 @@ dwfl_process_tracker_find_elf (Dwfl_Module *mod, { *elfp = ent->elf; *file_name = strdup(ent->module_name); + return ent->fd; } } else