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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9031 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-08-08 12:25:33 +00:00
parent 02a22cdab1
commit 12255776a0

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);