qrexec_daemon child should notify the parent.

This commit is contained in:
Rafal Wojtczuk 2011-03-07 13:54:57 +01:00
parent 50252ec64e
commit 27c8b05792

View File

@ -95,6 +95,7 @@ void init(int xid)
setuid(getuid());
signal(SIGPIPE, SIG_IGN);
signal(SIGUSR1, SIG_DFL);
kill(getppid(), SIGUSR1);
}
void handle_new_client()