WMBUS: bugfix, delete did not work correctly

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6444 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kaihs
2014-08-22 15:55:19 +00:00
parent 66b4d175e3
commit ca6f9c5a16

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