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.
10 lines
300 B
10 lines
300 B
--- a/networking/telnetd.c
|
|
+++ b/networking/telnetd.c
|
|
@@ -313,6 +313,7 @@ make_new_session(
|
|
|
|
/* Restore default signal handling ASAP */
|
|
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
|
|
+ signal(SIGINT, SIG_DFL);
|
|
|
|
if (ENABLE_FEATURE_UTMP) {
|
|
len_and_sockaddr *lsa = get_peer_lsa(sock);
|
|
|