2
0
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:
rudolfkoenig 2013-02-24 14:55:31 +00:00
parent ad35267a40
commit 7318407987

View File

@ -109,7 +109,7 @@ BlockingExit($)
threads->exit();
} else {
exit(0);
POSIX::_exit(0);
}
}