mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			244 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			244 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/networking/telnetd.c
 | |
| +++ b/networking/telnetd.c
 | |
| @@ -330,6 +330,7 @@ make_new_session(
 | |
|  
 | |
|  	/* Restore default signal handling ASAP */
 | |
|  	bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
 | |
| +	signal(SIGINT, SIG_DFL);
 | |
|  
 | |
|  	pid = getpid();
 | |
|  
 |