1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-02 20:02:49 +02:00
openwrt-xburst/package/busybox/patches/902-telnetd_intr.patch
Lars-Peter Clausen 99c6c73272 reset to backfire.
2010-05-02 15:41:15 +02: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();