Fix: lttng-events.c: variable may be used uninitialized
[lttng-modules.git] / lttng-events.c
index 8b40defe58ed7c69ca6ed6dce6f9f4af831e2822..cc932bf61643d04095c5d198e297a153d2fbd7f7 100644 (file)
@@ -2529,7 +2529,7 @@ int64_t measure_clock_offset(void)
 static
 int print_escaped_ctf_string(struct lttng_session *session, const char *string)
 {
-       int ret;
+       int ret = 0;
        size_t i;
        char cur;
 
This page took 0.023552 seconds and 4 git commands to generate.