diff --git a/src/core/reap.c b/src/core/reap.c index f996695dc..3044a0414 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) {