You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
244 B
11 lines
244 B
15 years ago
|
--- a/networking/telnetd.c
|
||
|
+++ b/networking/telnetd.c
|
||
13 years ago
|
@@ -330,6 +330,7 @@ make_new_session(
|
||
15 years ago
|
|
||
|
/* Restore default signal handling ASAP */
|
||
|
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
|
||
|
+ signal(SIGINT, SIG_DFL);
|
||
|
|
||
13 years ago
|
pid = getpid();
|
||
|
|