2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

98_telnet.pm: No warning Blocking.pm created instances (Forum #47022)

git-svn-id: https://svn.fhem.de/fhem/trunk@10423 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-01-09 08:35:53 +00:00
parent ca3259d5a7
commit 4ef68c4210

View File

@ -66,7 +66,7 @@ telnet_SecurityCheck($$)
my @list2 = devspec2array("TYPE=allowed");
my @list3;
for my $l (@list1) { # This is a hack, as hardcoded to basicAuth
next if(!$defs{$l});
next if(!$defs{$l} || $defs{$l}{TEMPORARY}); # Blocking.pm /Forum #47022
my $fnd = 0;
for my $a (@list2) {
next if(!$defs{$a});