93_FHEM2FHEM.pm: More ignore attribute checks (Forum #39386)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9031 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-08-08 12:25:33 +00:00
parent 92a614a99a
commit a41a16a772

View File

@ -287,6 +287,8 @@ FHEM2FHEM_Disconnected($)
$readyfnlist{"$name.$dev"} = $hash; # Start polling
$hash->{STATE} = "disconnected";
return if(IsDisabled($name)); #Forum #39386
# Without the following sleep the open of the device causes a SIGSEGV,
# and following opens block infinitely. Only a reboot helps.
sleep(5);