projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently...
[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
3b84fc4
..
c5c25dc
100644
(file)
--- a/
package/busybox/patches/902-telnetd_intr.patch
+++ b/
package/busybox/patches/902-telnetd_intr.patch
@@
-1,12
+1,10
@@
-diff --git a/networking/telnetd.c b/networking/telnetd.c
-index 2a0ace5..c281feb 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
-@@ -3
08,6 +308
,7 @@ make_new_session(
+@@ -3
13,6 +313
,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);
- /* Make new session and process group */
-
setsid(
);
+ if (ENABLE_FEATURE_UTMP) {
+
len_and_sockaddr *lsa = get_peer_lsa(sock
);
This page took
0.019613 seconds
and
4
git commands to generate.