2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

Another undefined bug

git-svn-id: https://svn.fhem.de/fhem/trunk@1005 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-09-15 04:08:35 +00:00
parent 52a378d53f
commit 41995d4de4

View File

@ -1050,7 +1050,7 @@ CUL_OpenDev($$)
delete($readyfnlist{"$name.$dev"});
$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")) {
return undef if($reopen);