aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/reap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/reap.c b/src/core/reap.c
index f996695d..3044a041 100644
--- a/src/core/reap.c
+++ b/src/core/reap.c
@@ -108,6 +108,7 @@ nni_reap_sys_init(void)
{
int rv;
+ reap_exit = false;
// If this fails, we don't fail init, instead we will try to
// start up at reap time.
if ((rv = nni_thr_init(&reap_thr, reap_worker, NULL)) != 0) {