mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
MAX: return undef in Undef
git-svn-id: https://svn.fhem.de/fhem/trunk@2960 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ef1340a4c2
commit
25702f5454
@ -112,6 +112,7 @@ MAX_Undef($$)
|
||||
{
|
||||
my ($hash,$name) = @_;
|
||||
delete($modules{MAX}{defptr}{$hash->{addr}});
|
||||
return undef;
|
||||
}
|
||||
|
||||
sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user