mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:50:20 +02:00
a656395fe8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18684 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
279 B
Diff
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();
|