changed exit to POSIX::_exit

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2013-09-15 13:37:47 +00:00
parent 7363d51061
commit cd1eb26af9

View File

@@ -262,7 +262,11 @@ OWServer_Read($@)
delete $hash->{".path"};
print WRITER $ret;
close WRITER;
exit 0;
# see http://forum.fhem.de/index.php?t=tree&goto=94670
# changed from
# exit 0;
# to
POSIX::_exit(0);
}
Log3 $hash, 5, "OWServer child ID for reading '$path' is $pid";