Fix: sessiond does not build without lttng-ust support
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Sep 2019 15:46:23 +0000 (11:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Sep 2019 15:48:25 +0000 (11:48 -0400)
commit5c5b25b46c6a3be0d52c5545f249ec8c7c5e869c
treef6606ccfb89e9a9a4442ae34b4a6d49259ec7ecf
parent1df4aefd2764d510e80633e289a629baf0aa3adb
Fix: sessiond does not build without lttng-ust support

A syntax error in the stub of ust_registry_session_init()
(extra semi-colon) prevents the build of the lttng-sessiond
from succeeding when configured with the --without-lttng-ust
option.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-registry.h
This page took 0.025125 seconds and 4 git commands to generate.