Skip to content

Commit

Permalink
Code refactor of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomozart authored Jan 20, 2025
1 parent a359f71 commit d447751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/GLPI/Agent/Task/NetDiscovery.pm
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ sub _sendMessage {
);
$message_params{tag} = $self->{config}->{'tag'}
if defined($self->{config}->{tag}) && length($self->{config}->{tag});

my $message = GLPI::Agent::XML::Query->new(
%message_params
);
Expand Down

0 comments on commit d447751

Please sign in to comment.