Fix: lttng-events.c: variable may be used uninitialized
[lttng-modules.git] / lttng-events.c
index 1ccbffd67fe60a961de18cf6b4c58d7334d1c155..a4160f1c7106298c7d11e6f31681a773c9c4c839 100644 (file)
@@ -2517,7 +2517,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.022857 seconds and 4 git commands to generate.