mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 20:06:18 +00:00
Don't close filedescriptors, just exit
git-svn-id: https://svn.fhem.de/fhem/trunk@2795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ad35267a40
commit
7318407987
@ -109,7 +109,7 @@ BlockingExit($)
|
||||
threads->exit();
|
||||
|
||||
} else {
|
||||
exit(0);
|
||||
POSIX::_exit(0);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user