Fix: set_health_socket_path() as tracing group
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 15 Sep 2013 22:35:34 +0000 (17:35 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Oct 2013 13:02:25 +0000 (09:02 -0400)
commitffb2a2f4733a4eccdeb8720f4f28f4a33e0a37b9
tree1cfa8175c20f448e3ec90557d1d0ac1bdf6820ae
parent9563b0adcfa7d982efe7a1ff535a70d2961e3cf7
Fix: set_health_socket_path() as tracing group

liblttng-ctl running as tracing group should talk to root sessiond, not
per-user sessiond (missing return 0 there). Take care of cleaning up
this function while we are there (the if (uid && is_tracing) {} if
(!uid) {} are misleading).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.024401 seconds and 4 git commands to generate.