mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
10_ZWave.pm: security classes patch (Forum #40771)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9944 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5db977af00
commit
0330337c23
@ -2079,13 +2079,13 @@ ZWave_secSupported($$)
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach $classname (split(" ", $s1)) {
|
foreach $classname (split(" ", $s1)) {
|
||||||
if ($c1 !~ m/$classname/) {
|
if ($c1 !~ m/\b$classname\b/) {
|
||||||
$c1 = join (" ", $c1, $classname);
|
$c1 = join (" ", $c1, $classname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach $classname (split(" ", $s2)) {
|
foreach $classname (split(" ", $s2)) {
|
||||||
if ($c2 !~ m/$classname/) {
|
if ($c2 !~ m/\b$classname\b/) {
|
||||||
$c2 = join (" ", $c2, $classname);
|
$c2 = join (" ", $c2, $classname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user