Fix: lttng_destroy_session_no_wait: return 0 on success
authorChristophe Bedard <christophe.bedard@apex.ai>
Fri, 28 Aug 2020 15:00:30 +0000 (11:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 May 2021 15:22:06 +0000 (11:22 -0400)
commit548ce42ccb004f7b243d37a17bca3a08dd69a346
treeb68e58142a43fd94a6bee840233c1e69017d8d3f
parent3de79a9597bae70370c449933fd762c89158901d
Fix: lttng_destroy_session_no_wait: return 0 on success

lttng_destroy_session_no_wait() is supposed to behave like
lttng_destroy_session():

> Return 0 on success else a negative LTTNg error code.

However, it returns LTTNG_OK on success. Make it return 0 instead.

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I787307d4291babfb9ddcb12937efdbfbb5fd7009
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.02802 seconds and 5 git commands to generate.