Clean-up: unnecessary duplicated call to exit()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 30 Nov 2017 22:50:16 +0000 (23:50 +0100)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 30 Nov 2017 22:53:12 +0000 (23:53 +0100)
commite9d6b496ff8c712366d235368fc547e64de13a8a
tree43620aab9954c503556fdc08d123fddcd6e43743
parentb60e718380f4a71d74bc19ffd4a2f777219c737f
Clean-up: unnecessary duplicated call to exit()

exit(EXIT_FAILURE) is called outside of the switch case.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.c
This page took 0.025934 seconds and 5 git commands to generate.