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

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

View File

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