busybox: update to 1.19.2 (thanks to Peter Wagner)
[openwrt/staging/yousong.git] / package / busybox / patches / 902-telnetd_intr.patch
index c5c25dc84e9c63c6ef940eecef4f49ed3f8b16e7..862ece055de018eda4bd1e517b810d40ff5346fe 100644 (file)
@@ -1,10 +1,10 @@
 --- a/networking/telnetd.c
 +++ b/networking/telnetd.c
-@@ -313,6 +313,7 @@ make_new_session(
+@@ -330,6 +330,7 @@ make_new_session(
  
        /* 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();