aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/902-telnetd_intr.patch
blob: 862ece055de018eda4bd1e517b810d40ff5346fe (plain)
1
2
3
4
5
6
7
8
9
10
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -330,6 +330,7 @@ make_new_session(
 
 	/* Restore default signal handling ASAP */
 	bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
+	signal(SIGINT, SIG_DFL);
 
 	pid = getpid();