You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Rewrite su daemon and client
This commit is contained in:
@@ -67,7 +67,7 @@ static void *request_handler(void *args) {
|
||||
ls_hide_list(client);
|
||||
break;
|
||||
case SUPERUSER:
|
||||
su_daemon_receiver(client, &credential);
|
||||
su_daemon_handler(client, &credential);
|
||||
break;
|
||||
case CHECK_VERSION:
|
||||
write_string(client, xstr(MAGISK_VERSION) ":MAGISK");
|
||||
|
||||
Reference in New Issue
Block a user