mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-16 02:36:58 +08:00
11 lines
244 B
Diff
11 lines
244 B
Diff
![]() |
--- a/networking/telnetd.c
|
||
|
+++ b/networking/telnetd.c
|
||
|
@@ -497,6 +497,7 @@ make_new_session(
|
||
|
|
||
|
/* Restore default signal handling ASAP */
|
||
|
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
|
||
|
+ signal(SIGINT, SIG_DFL);
|
||
|
|
||
|
pid = getpid();
|
||
|
|