Bugfix (reported by Willi)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@872 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user