2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-14 05:46:35 +00:00

93_FHEM2FHEM.pm: Strange reopen loop fixed (Forum #30242)

git-svn-id: https://svn.fhem.de/fhem/trunk@7193 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-12-13 16:12:06 +00:00
parent 15986a73a3
commit 27920f0dd7

View File

@ -71,6 +71,11 @@ FHEM2FHEM_Define($$)
$dev = "$dev:7072";
$hash->{Host} = $dev;
}
if($hash->{OLDDEF} && $hash->{OLDDEF} =~ m/^([^ \t]+)/) {; # Forum #30242
delete($readyfnlist{"$hash->{NAME}.$1"});
}
$hash->{Host} = $dev;
$hash->{portpassword} = $a[4] if(@a == 5);