Don't close filedescriptors, just exit
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -109,7 +109,7 @@ BlockingExit($)
|
||||
threads->exit();
|
||||
|
||||
} else {
|
||||
exit(0);
|
||||
POSIX::_exit(0);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user