X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fhealth-relayd.c;fp=src%2Fbin%2Flttng-relayd%2Fhealth-relayd.c;h=8b2febe05c7e55a53f942d2a4e2a22a917acc2c0;hp=482be8eea92240beb047801eb291b99af3796067;hb=794e2e5f064718252b249e17914c9b2b089d8d0c;hpb=896010e38f60e85d757a43778e25a51b890a7443 diff --git a/src/bin/lttng-relayd/health-relayd.c b/src/bin/lttng-relayd/health-relayd.c index 482be8eea..8b2febe05 100644 --- a/src/bin/lttng-relayd/health-relayd.c +++ b/src/bin/lttng-relayd/health-relayd.c @@ -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.