96_allowed.pm: change the event content a little (Forum #108420)
git-svn-id: https://svn.fhem.de/fhem/trunk@21197 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -134,7 +134,7 @@ allowed_Authenticate($$$$)
|
||||
$cl->{AuthenticatedBy} = $aName if($r == 1);
|
||||
$cl->{AuthenticationDeniedBy} = $aName if($r == 2 && $a);
|
||||
if($me->{doReport} && $cl->{PEER}) {
|
||||
my $peer = "$cl->{TYPE}:$cl->{PEER}:$cl->{PORT}";
|
||||
my $peer = "$cl->{SNAME}:$cl->{PEER}:$cl->{PORT}";
|
||||
DoTrigger($aName, "accepting connection from $peer")
|
||||
if($r != 2 && $me->{doReport} & 1);
|
||||
DoTrigger($aName, "denying connection from $peer")
|
||||
|
||||
Reference in New Issue
Block a user