[package] nvram: handle nvram at varying offsets within the eraseblock (fixes Edimax...
[openwrt.git] / package / busybox / patches / 902-telnetd_intr.patch
1 --- a/networking/telnetd.c
2 +++ b/networking/telnetd.c
3 @@ -308,6 +308,7 @@ make_new_session(
4
5 /* Restore default signal handling ASAP */
6 bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
7 + signal(SIGINT, SIG_DFL);
8
9 /* Make new session and process group */
10 setsid();
This page took 0.041572 seconds and 5 git commands to generate.