X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=892c841ba0f8958ae46cff1f4d577f0426df1415;hb=f385ae0a8f5c34cc33ca57cdb412393f90f9c0a8;hp=2420d110b3e8f1449a01a3d41ca941e1099bf4d1;hpb=94d4914075c61cd1ee2ec00d8b61eacff105fc47;p=lttng-tools.git diff --git a/src/common/consumer.c b/src/common/consumer.c index 2420d110b..892c841ba 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -3008,6 +3008,7 @@ void *consumer_thread_sessiond_poll(void *data) * ERR() here. */ DBG("Communication interrupted on command socket"); + err = 0; goto end; } if (consumer_quit) {