mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
84da2a677a
Refresh patches, delete patches that have been applied upstream. Signed-off-by: Magnus Kroken <mkroken@gmail.com> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fix defaults]
11 lines
244 B
Diff
11 lines
244 B
Diff
--- a/networking/telnetd.c
|
|
+++ b/networking/telnetd.c
|
|
@@ -497,6 +497,7 @@ make_new_session(
|
|
|
|
/* Restore default signal handling ASAP */
|
|
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
|
|
+ signal(SIGINT, SIG_DFL);
|
|
|
|
pid = getpid();
|
|
|