Fix: pass NULL to config_load_session instead of an empty string
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Aug 2016 17:03:00 +0000 (13:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Aug 2016 17:08:06 +0000 (13:08 -0400)
commitb97683465d186509df6dcf7af76a39df0e88ac72
treebc0f7d05124c31dc72070549def72570a35bfc6e
parent427031b4ab2aeef111017401caebf2ea81d57a5f
Fix: pass NULL to config_load_session instead of an empty string

The public lttng_load_session wrapper uses empty strings (strings
starting with \0) to express "any" session_name and the default
session load paths.

However, this is not expected by config_load_session which uses
NULLs to express these values.

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