diff --git a/src/puppetApplication.cpp b/src/puppetApplication.cpp index f48dfec..b243a44 100644 --- a/src/puppetApplication.cpp +++ b/src/puppetApplication.cpp @@ -197,7 +197,7 @@ void PuppetApplication::exitAllPuppetThreadsReq( { thread->exitThreadReq( {request, std::bind( - &PuppetThreadLifetimeMgmtOp::executeGenericOpOnAllPuppetThreadsReq1, + &PuppetThreadLifetimeMgmtOp::exitAllPuppetThreadsReq1, request.get(), request)}); } }