config for pending timer + rate limiting
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index a86e4db0b34a8621a3a2fec70a690d1b7a82a493..38d0dac58f0935c65651621cf80c7cb72f9d146b 100644 (file)
@@ -4211,6 +4211,7 @@ int cmd_rotate_session(struct ltt_session *session,
 
        session->rotate_count++;
        session->rotate_pending = true;
+       session->rotate_pending_relay_check_in_progress = false;
        session->rotate_status = LTTNG_ROTATE_STARTED;
 
        /*
This page took 0.025831 seconds and 5 git commands to generate.