X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Flttng-elf.c;fp=src%2Fcommon%2Flttng-elf.c;h=118fc75af283acb18cc6aad277892282cfac79e3;hp=62d8d92468921858aa752b6da1b1f051bcf20fd8;hb=e5212a1dde8128fb55fac4308d54cae575b8305e;hpb=09f3038c7ceb232e9eedf4e3542bb1084bae3d85 diff --git a/src/common/lttng-elf.c b/src/common/lttng-elf.c index 62d8d9246..118fc75af 100644 --- a/src/common/lttng-elf.c +++ b/src/common/lttng-elf.c @@ -331,7 +331,6 @@ struct lttng_elf_shdr *lttng_elf_get_section_hdr(struct lttng_elf *elf, ret = populate_section_header(elf, section_header, index); if (ret) { - ret = LTTNG_ERR_ELF_PARSING; DBG("Error populating section header."); goto error; }