mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 12:10:47 +00:00
Update daemon
This commit is contained in:
@@ -382,7 +382,7 @@ int su_client_main(int argc, char *argv[]) {
|
|||||||
int ptmx, socketfd;
|
int ptmx, socketfd;
|
||||||
|
|
||||||
// Connect to client
|
// Connect to client
|
||||||
socketfd = connect_daemon(0);
|
socketfd = connect_daemon();
|
||||||
|
|
||||||
// Tell the daemon we are su
|
// Tell the daemon we are su
|
||||||
write_int(socketfd, SUPERUSER);
|
write_int(socketfd, SUPERUSER);
|
||||||
|
Reference in New Issue
Block a user