Skip to content

Commit b62c3f2

Browse files
happyCoder92copybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 941670803 Change-Id: I087c76b42e87aa45f30f19d57ada1aff25dfc8f1
1 parent 8b1cd2d commit b62c3f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sandboxed_api/sandbox2/monitor_base.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ void MonitorBase::Launch() {
233233
<< "sandboxee binaries at different baselines. This might put users at "
234234
<< "risk.";
235235
}
236+
236237
if (!InitSendIPC()) {
237238
SetExitStatusCode(Result::SETUP_ERROR, Result::FAILED_IPC);
238239
return;
@@ -256,6 +257,7 @@ void MonitorBase::Launch() {
256257
std::move(process_cleanup).Cancel();
257258

258259
RunInternal();
260+
259261
std::move(monitor_done).Cancel();
260262
}
261263

0 commit comments

Comments
 (0)