X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Frotation-thread.c;h=7bd6c681982fe1c18b6f0b039176650f17d6af2a;hp=af09ca0a5cb633bd04681ed382082b60689f7629;hb=49176d734e1f76006e7b1678ba7f593d8f34717d;hpb=c94cc64b6a3d29e674a7171556310daf6d52e73f diff --git a/src/bin/lttng-sessiond/rotation-thread.c b/src/bin/lttng-sessiond/rotation-thread.c index af09ca0a5..7bd6c6819 100644 --- a/src/bin/lttng-sessiond/rotation-thread.c +++ b/src/bin/lttng-sessiond/rotation-thread.c @@ -914,7 +914,6 @@ void *thread_rotation(void *data) ret = lttng_read(fd, &buf, 1); if (ret != 1) { ERR("[rotation-thread] Failed to read from wakeup pipe (fd = %i)", fd); - ret = -1; goto error; } } else {