X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.c;h=a6f1a4db64cbfc79947faf9517be805165bd1e99;hp=2d94204d37393c549a154a8d81f6fe8fcbf1b243;hb=7e397c55fae384e3218be22e13996d7989611f25;hpb=f2e97f594f0c730f933b5f9840938d878b13e26b diff --git a/src/bin/lttng-sessiond/cmd.c b/src/bin/lttng-sessiond/cmd.c index 2d94204d3..a6f1a4db6 100644 --- a/src/bin/lttng-sessiond/cmd.c +++ b/src/bin/lttng-sessiond/cmd.c @@ -5124,7 +5124,7 @@ int cmd_set_session_shm_path(struct ltt_session *session, sizeof(session->shm_path)); session->shm_path[sizeof(session->shm_path) - 1] = '\0'; - return 0; + return LTTNG_OK; } /*