mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-26 12:47:32 +00:00
Fix typo in init daemon
This commit is contained in:
@@ -199,7 +199,7 @@ void SARInit::first_stage_prep() {
|
||||
restore_folder(ROOTOVL, overlays);
|
||||
|
||||
// Ack and bail out!
|
||||
write_int(sockfd, 0);
|
||||
write_int(client, 0);
|
||||
close(client);
|
||||
close(sockfd);
|
||||
|
||||
|
Reference in New Issue
Block a user