Fix: mix of lttng_error_code and cmd_error_code enums
[lttng-tools.git] / src / bin / lttng / commands / enable_rotation.c
index 3c2bd787ecefc40b940fe511b6db27f9af153985..918662661a83ec83f3c3fb580a7564b0482a7992 100644 (file)
@@ -296,7 +296,7 @@ int cmd_enable_rotation(int argc, const char **argv)
        }
 
        if (size_rotation) {
-               enum lttng_error_code tmp_ret;
+               enum cmd_error_code tmp_ret;
 
                /* Don't overwrite cmd_ret if it already indicates an error. */
                tmp_ret = add_schedule(session_name,
This page took 0.025531 seconds and 5 git commands to generate.