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>
Sun, 6 Sep 2015 03:17:56 +0000 (23:17 -0400)
commitae58b817f6c592f283397dbb243f56ce4d333c19
tree02f21975279cf07ebee47d75d780b8d679451081
parentd1edd8a82868dafce6d61600c87ac916d7f73702
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.02473 seconds and 4 git commands to generate.