X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=892c841ba0f8958ae46cff1f4d577f0426df1415;hb=41ba603553a90bde7c47eb10098224bde504d571;hp=2420d110b3e8f1449a01a3d41ca941e1099bf4d1;hpb=50138f511c30d4d8fe2450c9a5e8fdf98e5d2862;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) {