49_SSCam: fix warnings, Forum: 45671#msg975610

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

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