Cleanup: ignore useless check of execl() return value
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 25 Jul 2017 21:56:58 +0000 (17:56 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 31 Jul 2017 17:17:15 +0000 (13:17 -0400)
commiteca422c76b20f05c9981e52c1509094bddb3a6a8
tree3441ec7aaf3a5068960d6134b8bdd2538621ba6b
parent0b2f71825e77e7d6cb36470ea184dfc65963f3c5
Cleanup: ignore useless check of execl() return value

execl only return if there is an error. errno is handled hence no need
to consider the return value which would always be -1.

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