tn3399_openwrt/package/utils/busybox/patches/902-telnetd_intr.patch
John Crispin 4ebf19b48f packages: clean up the package folder
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37007
2013-06-21 16:54:37 +00:00

11 lines
244 B
Diff

--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -330,6 +330,7 @@ make_new_session(
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
+ signal(SIGINT, SIG_DFL);
pid = getpid();