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:
rudolfkoenig
2016-10-20 07:54:07 +00:00
parent 747bf91a5b
commit 0754434c23

View File

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