Fix: list without a name is not an error
[lttng-tools.git] / src / bin / lttng / commands / list.c
index e3ff4f1bac7d422f911e0f53e125060bb4b30137..4ff6f785874f13cf3f0049381c1c8dac6679de2a 100644 (file)
@@ -1251,7 +1251,6 @@ static int list_sessions(const char *session_name)
                /* Pretty print */
                if (count == 0) {
                        MSG("Currently no available tracing session");
-                       ret = CMD_ERROR;
                        goto end;
                }
 
This page took 0.024917 seconds and 5 git commands to generate.