Cleanup: mark utils_get_home_dir as returning a const string
[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.023032 seconds and 4 git commands to generate.