OWServer: A bug within forking fixed: Killing the Undead!
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2552 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -244,7 +244,7 @@ OWServer_Read($@)
|
||||
|
||||
return undef unless(defined($hash->{fhem}{owserver}));
|
||||
|
||||
if(AttrVal($hash->{NAME},"nonblocking",undef)) {
|
||||
if(AttrVal($hash->{NAME},"nonblocking",undef) && $init_done) {
|
||||
$hash->{".path"}= $path;
|
||||
pipe(READER,WRITER);
|
||||
WRITER->autoflush(1);
|
||||
|
||||
Reference in New Issue
Block a user