Fix: sessiond ust-app session teardown race
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index b6dbccc827a19790ac8c06ebaea6ca0bede8d5e6..217d45a2577f8f67df59cb5d65093f96e6caad24 100644 (file)
@@ -3154,7 +3154,7 @@ int cmd_snapshot_record(struct ltt_session *session,
        int ret = LTTNG_OK;
        unsigned int use_tmp_output = 0;
        struct snapshot_output tmp_output;
-       unsigned int nb_streams, snapshot_success = 0;
+       unsigned int snapshot_success = 0;
 
        assert(session);
        assert(output);
This page took 0.023606 seconds and 4 git commands to generate.