projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
busybox
/
patches
/
902-telnetd_intr.patch
diff --git
a/package/busybox/patches/902-telnetd_intr.patch
b/package/busybox/patches/902-telnetd_intr.patch
index
c5c25dc
..
862ece0
100644
(file)
--- a/
package/busybox/patches/902-telnetd_intr.patch
+++ b/
package/busybox/patches/902-telnetd_intr.patch
@@
-1,10
+1,10
@@
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
-@@ -3
13,6 +313
,7 @@ make_new_session(
+@@ -3
30,6 +330
,7 @@ make_new_session(
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
+ signal(SIGINT, SIG_DFL);
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
+ signal(SIGINT, SIG_DFL);
- if (ENABLE_FEATURE_UTMP) {
- len_and_sockaddr *lsa = get_peer_lsa(sock);
+ pid = getpid();
+
This page took
0.023656 seconds
and
4
git commands to generate.