relayd: clean-up: reduce the number of exit paths in main()
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index 482be8eea92240beb047801eb291b99af3796067..8b2febe05c7e55a53f942d2a4e2a22a917acc2c0 100644 (file)
@@ -55,7 +55,7 @@
 static
 char health_unix_sock_path[PATH_MAX];
 
-int health_quit_pipe[2];
+int health_quit_pipe[2] = { -1, -1 };
 
 /*
  * Check if the thread quit pipe was triggered.
This page took 0.023895 seconds and 5 git commands to generate.