Blocking.pm: Do not recreate deleted internal structures (Forum #59209)
git-svn-id: https://svn.fhem.de/fhem/trunk@12385 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -83,7 +83,7 @@ BlockingStart(;$)
|
||||
{
|
||||
my ($curr) = @_;
|
||||
|
||||
if($curr && $curr =~ m/^\d+$/) {
|
||||
if($curr && $curr =~ m/^\d+$/ && $BC_hash{$curr}) {
|
||||
$BC_hash{$curr}{terminated} = 1;
|
||||
$curr = undef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user