[package] allow restarting of server process only and add a killcients
[openwrt/svn-archive/archive.git] / net / sslh / patches / 002-fork_fix.patch
1 --- a/sslh.c
2 +++ b/sslh.c
3 @@ -469,6 +469,7 @@
4
5 if (!fork())
6 {
7 + close(listen_socket);
8 start_shoveler(in_socket);
9 exit(0);
10 }