openwrtv4/package/busybox/patches/902-telnetd_intr.patch
2010-04-03 00:58:46 +00:00

10 lines
279 B
Diff

--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -308,6 +308,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();