X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.c;h=3686d72f7015e9b728eb2d6ab246a1e5a4d14f9a;hp=8c2892bda85e9905f642f26d61c5c6eaf26dfeb7;hb=4f00620d66e81d89a546b29a774dad49d38983b3;hpb=a620c891bde6720d24c9c391fdcbc070d319d04c diff --git a/src/bin/lttng-sessiond/notification-thread.c b/src/bin/lttng-sessiond/notification-thread.c index 8c2892bda..3686d72f7 100644 --- a/src/bin/lttng-sessiond/notification-thread.c +++ b/src/bin/lttng-sessiond/notification-thread.c @@ -172,7 +172,7 @@ char *get_notification_channel_sock_path(void) goto error; } } else { - char *home_path = utils_get_home_dir(); + const char *home_path = utils_get_home_dir(); if (!home_path) { ERR("Can't get HOME directory for socket creation");