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;
|
||||
|
||||
// Connect to client
|
||||
socketfd = connect_daemon(0);
|
||||
socketfd = connect_daemon();
|
||||
|
||||
// Tell the daemon we are su
|
||||
write_int(socketfd, SUPERUSER);
|
||||
|
Loading…
Reference in New Issue
Block a user