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:
parent
ca3259d5a7
commit
4ef68c4210
@ -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});
|
||||
|
Loading…
x
Reference in New Issue
Block a user