mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-31 15:06:45 -08:00
Refactor magiskrc
This commit is contained in:
@@ -274,8 +274,7 @@ static void handle_request(pollfd *pfd) {
|
||||
} else if (code < MainRequest::_STAGE_BARRIER_) {
|
||||
exec_task([=] { handle_request_async(client, code, cred); });
|
||||
} else {
|
||||
close(client);
|
||||
exec_task([=] { boot_stage_handler(code); });
|
||||
exec_task([=] { boot_stage_handler(client, code); });
|
||||
}
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user