OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/networking/telnetd.c
2 +++ b/networking/telnetd.c
3 @@ -497,6 +497,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