[packages] sslh: update to v1.7a (#6631)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19506 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-02-03 21:47:22 +00:00
parent a4aadc2469
commit d2f668216a
3 changed files with 12 additions and 23 deletions

View File

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