2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

fhem.pl: remove SIG{INT} (Forum #68412)

git-svn-id: https://svn.fhem.de/fhem/trunk@13606 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-05 10:58:40 +00:00
parent 5cb2f45e83
commit 28190e0e8c

View File

@ -2976,7 +2976,6 @@ sub
SignalHandling()
{
if($^O ne "MSWin32") {
$SIG{INT} = sub { exit() };
$SIG{TERM} = sub { $sig_term = 1; };
$SIG{PIPE} = 'IGNORE';
$SIG{CHLD} = 'IGNORE';