Fix: uninitialized variable returned by relay_rotate_session_streams
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 1cbebdcf23ca4f9f901ea7855b3d3543fcc10da2..8fe3dd96deabe322f7e634bbd51aa78ffcfd70d0 100644 (file)
@@ -2252,6 +2252,7 @@ end:
                ret = -1;
        }
 
+       ret = 0;
 end_no_reply:
        lttng_trace_chunk_put(next_trace_chunk);
        return ret;
This page took 0.022848 seconds and 4 git commands to generate.