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>
Sun, 23 Nov 2014 16:40:34 +0000 (11:40 -0500)
commitc5d350b2620b89d5d488e7bf15e3357ba2b831e8
treeb8dd1aeaa7b6153362db948c61f1604bdc2ffda2
parent76d01ebb8c1475f5a4e944e19cf53094e6c608cd
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.026393 seconds and 5 git commands to generate.