Commit 30e45925 authored by topjohnwu's avatar topjohnwu

Update daemon

parent 79eb5b2e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment