Skip to content

Commit

Permalink
Missed commit for the 0.4.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Nov 3, 2020
1 parent c8874c3 commit 717f709
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Sandboxie/apps/com/RpcSs/rpcss.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,12 @@ _FX int __stdcall WinMain(
}
}

// todo: xxx
/*if (1) {
if (1) {
MSG_HEADER req;
req.length = sizeof(req);
req.msgid = MSGID_SBIE_INI_RUN_SBIE_CTRL;
SbieDll_CallServer(&req);
}*/
}

return DoLingerLeader();
}

0 comments on commit 717f709

Please sign in to comment.