X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fsession.c;fp=ltt-sessiond%2Fsession.c;h=92111ffed981cc5f2593bc0770efc8c5f8e893aa;hp=f355303365590dc467ccc94f069f348527fc6f32;hb=99309957a01e3a42abb5081daeeac50729c0eec5;hpb=f10719180ada8b6aec080a8f81aeae1b673edbb8 diff --git a/ltt-sessiond/session.c b/ltt-sessiond/session.c index f35530336..92111ffed 100644 --- a/ltt-sessiond/session.c +++ b/ltt-sessiond/session.c @@ -202,7 +202,6 @@ int create_session(char *name, char *path) /* Init kernel session */ new_session->kernel_session = NULL; - new_session->kern_session_count = 0; /* Init list */ CDS_INIT_LIST_HEAD(&new_session->ust_traces);