X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ftrace-chunk.c;h=7b60d9197b46851441e20ef9a05fa88ce7b69ff4;hp=ea952220b880ad4a12e106a13c90973cfdda1d19;hb=3dde0a9310a828bb49caefad56a76833860668d0;hpb=a28dd43d8f6781ceadc49d2ac7c245f367d84511 diff --git a/src/common/trace-chunk.c b/src/common/trace-chunk.c index ea952220b..7b60d9197 100644 --- a/src/common/trace-chunk.c +++ b/src/common/trace-chunk.c @@ -905,7 +905,6 @@ enum lttng_trace_chunk_status lttng_trace_chunk_rename_path_no_lock( if (status != LTTNG_TRACE_CHUNK_STATUS_OK) { ERR("Error removing subdirectory '%s' file when deleting chunk", old_path); - ret = -1; goto end; } } else {