X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-crash%2Flttng-crash.c;h=0a8f072e721bee295e6560c6cf525a1ec1ddb0b9;hp=e6413bc57283b318cd4ffd30fcfbf578ad2db1ca;hb=93c4b58325c074281b332afb451356685641f33a;hpb=4c80129b997f0fde87c1355ebf2c44fda8fdb13c diff --git a/src/bin/lttng-crash/lttng-crash.c b/src/bin/lttng-crash/lttng-crash.c index e6413bc57..0a8f072e7 100644 --- a/src/bin/lttng-crash/lttng-crash.c +++ b/src/bin/lttng-crash/lttng-crash.c @@ -1034,6 +1034,7 @@ int extract_trace_recursive(const char *output_path, break; } case DT_REG: + case DT_LNK: if (!strcmp(entry->d_name, "metadata")) { ret = extract_one_trace(output_path, input_path);