1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 17:58:54 +03:00
openwrt-xburst/package/busybox/patches/902-telnetd_intr.patch

11 lines
244 B
Diff
Raw Normal View History

--- 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();