send the rotate pending to the relay
[lttng-tools.git] / src / bin / lttng-sessiond / session.c
index 5a10340a71ab28d67285010cc7a9e311d4b018e9..f6e8ab07146c92f8bc97088aa8e6f5444663aaf2 100644 (file)
@@ -400,6 +400,9 @@ int session_create(char *name, uid_t uid, gid_t gid)
                goto error;
        }
 
+       new_session->rotate_pending = false;
+       new_session->rotate_pending_relay = false;
+
        /* Add new session to the session list */
        session_lock_list();
        new_session->id = add_session_list(new_session);
This page took 0.023951 seconds and 5 git commands to generate.