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.
|
--- a/networking/telnetd.c
|
|
+++ b/networking/telnetd.c
|
|
@@ -331,6 +331,7 @@ make_new_session(
|
|
|
|
/* Restore default signal handling ASAP */
|
|
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
|
|
+ signal(SIGINT, SIG_DFL);
|
|
|
|
pid = getpid();
|
|
|
|
|