[package] allow restarting of server process only and add a killcients

function (#6027)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18499 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-11-23 18:03:30 +00:00
parent 4ef722a843
commit 8a65962779
3 changed files with 97 additions and 24 deletions

View File

@ -0,0 +1,10 @@
--- a/sslh.c
+++ b/sslh.c
@@ -469,6 +469,7 @@
if (!fork())
{
+ close(listen_socket);
start_shoveler(in_socket);
exit(0);
}