Another undefined bug
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1005 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1050,7 +1050,7 @@ CUL_OpenDev($$)
|
|||||||
delete($readyfnlist{"$name.$dev"});
|
delete($readyfnlist{"$name.$dev"});
|
||||||
$selectlist{"$name.$dev"} = $hash;
|
$selectlist{"$name.$dev"} = $hash;
|
||||||
|
|
||||||
} elsif(lc($baudrate) eq "directio") { # Without Device::SerialPort
|
} elsif($baudrate && lc($baudrate) eq "directio") { # Without Device::SerialPort
|
||||||
|
|
||||||
if(!open($po, "+<$dev")) {
|
if(!open($po, "+<$dev")) {
|
||||||
return undef if($reopen);
|
return undef if($reopen);
|
||||||
|
|||||||
Reference in New Issue
Block a user