1
1
Files
zyxel-vmg8825_b50b-cfw/package/busybox/patches-1.25.1/240-telnetd_intr.patch
T
2026-04-17 18:33:03 +02:00

11 lines
244 B
Diff
Executable File

--- 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();