2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

fix for multiple servers

git-svn-id: https://svn.fhem.de/fhem/trunk@4287 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-11-25 09:12:40 +00:00
parent 3823fde597
commit 7e4d641271

View File

@ -214,7 +214,7 @@ OWServer_Notify($$)
foreach my $d (keys %defs) {
next if($defs{$d}{TYPE} ne "OWServer");
OWServer_OpenDev($hash);
OWServer_OpenDev($defs{$d});
}
return undef;