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