Fix: sessiond poll thread normal error path should return 0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 Sep 2013 18:35:59 +0000 (14:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Oct 2013 13:09:09 +0000 (09:09 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/consumer.c

index 2420d110b3e8f1449a01a3d41ca941e1099bf4d1..892c841ba0f8958ae46cff1f4d577f0426df1415 100644 (file)
@@ -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) {
This page took 0.026371 seconds and 4 git commands to generate.