libstrat: better thread exiting in waitable manager

This commit is contained in:
Michael Scire 2019-03-05 07:48:37 -08:00
parent 82c67a62d6
commit 0fbc0e2f46

View File

@ -161,7 +161,8 @@ class WaitableManager : public SessionManagerBase {
}
break;
} else {
svcExitThread();
/* Return, this will cause thread to exit. */
return;
}
}
if (w) {