diff options
Diffstat (limited to 'vppinfra/tools')
-rw-r--r-- | vppinfra/tools/elftool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/tools/elftool.c b/vppinfra/tools/elftool.c index c0184b5c7e7..b8acd055602 100644 --- a/vppinfra/tools/elftool.c +++ b/vppinfra/tools/elftool.c @@ -227,7 +227,7 @@ set_interpreter_rpath (elf_tool_main_t * tm) u32 run_length; u8 in_run; u64 offset0 = 0, offset1 = 0; - clib_error_t * error; + clib_error_t * error = 0; int fix_in_place = 0; if (!strcmp (tm->input_file, tm->output_file)) |