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>
Thu, 24 Sep 2015 04:35:35 +0000 (00:35 -0400)
commitab014ba21b383498b92ceb622952ec3022ce7432
treeecf7a753180b5a6e083f5229398709dc2854c4b4
parentb88e0132f5c04425501276f35062c86ff2312cf2
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.026073 seconds and 4 git commands to generate.