Fix: Initialize ret to zero
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 8 Nov 2019 21:28:00 +0000 (16:28 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 05:30:59 +0000 (00:30 -0500)
commit0dda67289b8a86fd3f117d644f00f2985d399208
tree5c7c46c07a865c5a92964d11c1e3c3a88c2de029
parent9bd01b5ed9029cd66faf8934d13542b75e598531
Fix: Initialize ret to zero

For the improbable case that the domain is unknown the return value ret
would not be initialized.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: I22ae6b98bbbc4f4fe3e9c28985e2400f7c668525
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/list.c
This page took 0.024606 seconds and 4 git commands to generate.