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 17:27:22 +0000 (13:27 -0400)
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


No differences found
This page took 0.024438 seconds and 4 git commands to generate.