Cleanup: mark utils_get_home_dir as returning a const string
[lttng-tools.git] / src / bin / lttng-relayd / utils.c
index 7ae0879e598674007cdee164cee4d2ff2c263c70..db124bc354515c22f5eef55e89a1527e6b55c9ce 100644 (file)
@@ -33,7 +33,7 @@ static char *create_output_path_auto(const char *path_name)
 {
        int ret;
        char *traces_path = NULL;
-       char *default_path;
+       const char *default_path;
 
        default_path = utils_get_home_dir();
        if (default_path == NULL) {
This page took 0.022585 seconds and 4 git commands to generate.