Fix: initialize live_timer to 0 for snapshot session
authorAntoine Busque <abusque@efficios.com>
Tue, 1 Sep 2015 23:12:28 +0000 (19:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Sep 2015 13:44:35 +0000 (09:44 -0400)
commitbfaba83f452c53682bcdc1075e760988b9549b67
treee044be2c0c55de590a6c646799b981f3090447ad
parent548527ad243ffc40c88d6e4eb7331b296068ed32
Fix: initialize live_timer to 0 for snapshot session

The live timer was being initialized to -1 for snapshot sessions,
instead of the expected default value of 0 used elsewhere in the code.

Fixes #879

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
This page took 0.024378 seconds and 4 git commands to generate.