From 938c57de605e65da12654a4963e466eb3ea4a85e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 6 Sep 2018 17:41:44 -0400 Subject: [PATCH] Cleanup: remove superfluous empty line MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/runas.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/runas.c b/src/common/runas.c index 0a5884826..4bd356a04 100644 --- a/src/common/runas.c +++ b/src/common/runas.c @@ -812,7 +812,6 @@ int run_as(enum run_as_cmd cmd, struct run_as_data *data, DBG("Socket closed unexpectedly... " "Restarting the worker process"); ret = run_as_restart_worker(global_worker); - if (ret == -1) { ERR("Failed to restart worker process."); goto err; -- 2.34.1