2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 07:16:03 +00:00

WMBUS: bugfix, delete did not work correctly

git-svn-id: https://svn.fhem.de/fhem/trunk@6444 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kaihs 2014-08-22 15:55:19 +00:00
parent 4f5e7f9279
commit 43f1642362

View File

@ -161,7 +161,7 @@ WMBUS_Undef($$)
my $name = $hash->{NAME};
my $addr = $hash->{addr};
#delete( $modules{WMBUS}{defptr}{$addr} );
delete( $modules{WMBUS}{defptr}{$addr} );
return undef;
}