mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
Bugfix (reported by Willi)
git-svn-id: https://svn.fhem.de/fhem/trunk@872 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
537abcc202
commit
ed06032b8f
@ -156,7 +156,7 @@ autocreate_Notify($$)
|
||||
# BlackList processing
|
||||
my $blfound;
|
||||
foreach my $bl (@flog_blacklist) {
|
||||
$blfound = 1 if($name !~ m/^$bl$/);
|
||||
$blfound = 1 if($name =~ m/^$bl$/);
|
||||
}
|
||||
last if($blfound);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user