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:06:27 +0000 (13:06 -0400)
commit18e29540021469e0b0c515b4c3198b7be8fb0072
treee19b6b9cfd43681968e27f460f212ff128f34197
parentfde2d4c0cb3788e382dd9d39038ced57e55ac748
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.026728 seconds and 5 git commands to generate.