Introduce LTTNG_RELAYD_WORKING_DIRECTORY environment variable
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index 4a2dc65a6430bed4d1404a8b69ce4a76df937148..482be8eea92240beb047801eb291b99af3796067 100644 (file)
@@ -155,7 +155,8 @@ static
 int setup_health_path(void)
 {
        int is_root, ret = 0;
-       char *home_path = NULL, *rundir = NULL, *relayd_path = NULL;
+       const char *home_path = NULL;
+       char *rundir = NULL, *relayd_path = NULL;
 
        ret = parse_health_env();
        if (ret) {
This page took 0.026832 seconds and 4 git commands to generate.