X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fclient.c;h=a878c79bdceedf7d20e31e7552019bc38ddb48e2;hb=0d163d5645d20f80a06b4c8d893e6d00036a6235;hp=9f9afa25acd1f45d64eb7cd6e7ce5b0b53b571c2;hpb=a2814ea7573bf5edd5323d6f89c48ff14105db69;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/client.c b/src/bin/lttng-sessiond/client.c index 9f9afa25a..a878c79bd 100644 --- a/src/bin/lttng-sessiond/client.c +++ b/src/bin/lttng-sessiond/client.c @@ -2215,7 +2215,7 @@ static void *thread_manage_clients(void *data) } /* Set state as running. */ - set_thread_status(true); + set_thread_status(true); pthread_cleanup_pop(0); /* This testpoint is after we signal readiness to the parent. */ @@ -2353,8 +2353,8 @@ static void *thread_manage_clients(void *data) if (ret) { PERROR("close"); } - } - sock = -1; + } + sock = -1; /* * TODO: Inform client somehow of the fatal error. At * this point, ret < 0 means that a zmalloc failed @@ -2396,8 +2396,8 @@ static void *thread_manage_clients(void *data) if (ret) { PERROR("close"); } - } - sock = -1; + } + sock = -1; clean_command_ctx(&cmd_ctx);