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 17:08:30 +0000 (12:08 -0500)
commitbc26aefd3834ed8b5cf0b8c2c1504ac24bd6ee77
tree5ee6bd75250c001ca579faae8c5f82729cd67010
parent39ddba9903ff31f22f1250272f0ca1a40590ff16
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.024666 seconds and 4 git commands to generate.