mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 01:46:08 +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:
parent
5cb2f45e83
commit
28190e0e8c
@ -2976,7 +2976,6 @@ sub
|
|||||||
SignalHandling()
|
SignalHandling()
|
||||||
{
|
{
|
||||||
if($^O ne "MSWin32") {
|
if($^O ne "MSWin32") {
|
||||||
$SIG{INT} = sub { exit() };
|
|
||||||
$SIG{TERM} = sub { $sig_term = 1; };
|
$SIG{TERM} = sub { $sig_term = 1; };
|
||||||
$SIG{PIPE} = 'IGNORE';
|
$SIG{PIPE} = 'IGNORE';
|
||||||
$SIG{CHLD} = 'IGNORE';
|
$SIG{CHLD} = 'IGNORE';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user