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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user