Fix: Handle empty daemon configuration file lines
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 23 Nov 2014 16:30:33 +0000 (11:30 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Nov 2014 20:23:55 +0000 (15:23 -0500)
commit165aa49a26f9f5e53d8f87f092b8ebb6d441de78
tree427e7b15dea38457205397f8f6e6f9580f95efae
parentfa8d8125f693c11c831ff22caa85fcef32ea7837
Fix: Handle empty daemon configuration file lines

Empty daemon configuration file lines such as
my_option=

will cause set_option to be called with an arg value of length 0
which should display a warning.

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