mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 22:17:37 +00:00
Update daemon
This commit is contained in:
parent
79eb5b2ed2
commit
30e459252c
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user