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:13 +0000 (13:08 -0400)
commitc5c3a40358036c7f8868b961c0e4c56b80c814bc
tree6c10b241b6fcb28fd999d63d4717fd2a142ae772
parentef1a1530d85e00af8b068dcc40fb0bcc8d60580f
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.024552 seconds and 4 git commands to generate.