X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Futils.c;h=db124bc354515c22f5eef55e89a1527e6b55c9ce;hb=8d382dd4d4e95ea6ff88d6bd9f8a8fc85970ee3b;hp=7ae0879e598674007cdee164cee4d2ff2c263c70;hpb=b729f6f9f053b2314204b48e7d350738ae548c5d;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/utils.c b/src/bin/lttng-relayd/utils.c index 7ae0879e5..db124bc35 100644 --- a/src/bin/lttng-relayd/utils.c +++ b/src/bin/lttng-relayd/utils.c @@ -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) {