Skip to content

Commit

Permalink
Revert for service, already defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketra authored and sni committed Jul 1, 2024
1 parent 840ecb0 commit 3194dd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Thruk/Backend/Manager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,6 @@ sub _set_service_macros {
if($peer) {
$macros->{'$SERVICEBACKENDNAME$'} = (defined $peer->{'name'}) ? $peer->{'name'} : '';
$macros->{'$SERVICEBACKENDADDRESS$'} = (defined $peer->{'addr'}) ? $peer->{'addr'} : '';
$macros->{'$SERVICEBACKENDID$'} = (defined $peer->{'key'}) ? $peer->{'key'} : '';
}

# service user macros...
Expand Down

0 comments on commit 3194dd5

Please sign in to comment.