centralize sessiond config option handling
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.c
index c47b36533e2bdef05ad3ba4c609b9382e10856ed..b80e8b4f9f5ac81c28ac90a056d4f80325414a38 100644 (file)
@@ -236,7 +236,7 @@ int notification_channel_socket_create(void)
 
        if (getuid() == 0) {
                ret = chown(sock_path, 0,
-                               utils_get_group_id(tracing_group_name));
+                               utils_get_group_id(config.tracing_group_name.value));
                if (ret) {
                        ERR("Failed to set the notification channel socket's group");
                        ret = -1;
This page took 0.024359 seconds and 5 git commands to generate.