mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
fhem.pl: fix Regexp for the multi-io-clientArray patch (Forum #127565)
git-svn-id: https://svn.fhem.de/fhem/trunk@26034 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a8e03ab6d7
commit
ba7dbfc8c6
@ -2170,7 +2170,7 @@ CommandDefine($$)
|
||||
$cl = $modules{$ah->{TYPE}}{Clients} if(!$cl);
|
||||
next if(!$cl || !$ah->{'.clientArray'});
|
||||
foreach my $cmRe ( split(/:/, $cl) ) {
|
||||
if($m =~ $cmRe) {
|
||||
if($m =~ m/^$cmRe$/) {
|
||||
delete($ah->{'.clientArray'});
|
||||
last;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user