2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

49_SSCam: fix warnings, Forum: 45671#msg975610

git-svn-id: https://svn.fhem.de/fhem/trunk@20194 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-09-18 20:22:30 +00:00
parent 1c49b62bae
commit 8d6ad355a6

View File

@ -545,8 +545,10 @@ return undef;
################################################################
sub SSCam_Undef($$) {
my ($hash, $arg) = @_;
my $name = $hash->{NAME};
RemoveInternalTimer($hash);
delete $data{SSCam}{$name};
return undef;
}