PuppetApp: exitAllThreads should call its own final segment

Previously it called the executeGenericOpOn which didn't call join()
on threads
This commit is contained in:
2026-03-05 19:47:51 -04:00
parent b4b61bb2b6
commit 8af362c791

View File

@@ -197,7 +197,7 @@ void PuppetApplication::exitAllPuppetThreadsReq(
{ {
thread->exitThreadReq( thread->exitThreadReq(
{request, std::bind( {request, std::bind(
&PuppetThreadLifetimeMgmtOp::executeGenericOpOnAllPuppetThreadsReq1, &PuppetThreadLifetimeMgmtOp::exitAllPuppetThreadsReq1,
request.get(), request)}); request.get(), request)});
} }
} }