tn3399_openwrt/package/busybox/patches/902-telnetd_intr.patch
Florian Fainelli 6b306ba7b8 update busybox to 1.15.2 (#5926)
SVN-Revision: 18684
2009-12-07 16:56:04 +00:00

11 lines
279 B
Diff

--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -306,6 +306,7 @@ make_new_session(
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
+ signal(SIGINT, SIG_DFL);
/* Make new session and process group */
setsid();