projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
package/ppp: fix typo in r28868 (closes: #10429)
[openwrt.git]
/
package
/
busybox
/
patches
/
902-telnetd_intr.patch
1
--- a/networking/telnetd.c
2
+++ b/networking/telnetd.c
3
@@ -330,6 +330,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
pid = getpid();
10
This page took
0.043765 seconds
and
5
git commands to generate.