From 772d6f1ee349ae87f9d6ecd22ac463b654b3f352 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 3 Aug 2016 11:09:21 -0400 Subject: [PATCH] Clean-up: remove useless assignment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by Coverity Scan: CID 1243014: Unused value (UNUSED_VALUE) Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index 0eb2db538..21bc0819d 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -4291,7 +4291,6 @@ restart: if (ret) { PERROR("close"); } - new_sock = -1; continue; } @@ -4320,7 +4319,6 @@ restart: if (ret) { PERROR("close"); } - new_sock = -1; } exit: -- 2.34.1