Fix: global run_as worker lock released during restart
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Sep 2018 01:25:13 +0000 (21:25 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Sep 2018 03:26:48 +0000 (23:26 -0400)
commitcd9251b848b5eda7234ba22dba8c85cd61a6fbf5
tree0bc597249fbfd2ebb18d93bf7639a7bcd34e5449
parent38069abf612962436357caec1c17e7f218f1a530
Fix: global run_as worker lock released during restart

The global run_as should not be released during the restart of
the working as other threads could then start dispatching commands
while the worker is recovering from an error.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/runas.c
src/common/runas.h
This page took 0.025116 seconds and 4 git commands to generate.