Deprecate enable/disable-consumer
[lttng-tools.git] / src / bin / lttng-sessiond / session.c
index 6fb6bd3602256abffe4b8f0922e0a9baeb57bc32..076d2cbc46ea9243dbe636350d01592e6d40a880 100644 (file)
@@ -199,11 +199,6 @@ int session_create(char *name, char *path, uid_t uid, gid_t gid)
                        ret = LTTNG_ERR_FATAL;
                        goto error_asprintf;
                }
-               new_session->start_consumer = 1;
-       } else {
-               /* No path indicates that there is no use for a consumer. */
-               new_session->start_consumer = 0;
-               new_session->path[0] = '\0';
        }
 
        /* Init kernel session */
This page took 0.024045 seconds and 5 git commands to generate.