From d31d89a46b83c5cd55a7519633f57340b680fd0c Mon Sep 17 00:00:00 2001 From: rettenbe Date: Fri, 12 Sep 2008 07:49:53 +0000 Subject: [PATCH] bugfix: get_hosts_with_module at gosaTriggered.pm add localhost witch correct xml tag git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12438 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/server/events/gosaTriggered.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-si/server/events/gosaTriggered.pm b/gosa-si/server/events/gosaTriggered.pm index fd0cfcc0c..d49a4a381 100644 --- a/gosa-si/server/events/gosaTriggered.pm +++ b/gosa-si/server/events/gosaTriggered.pm @@ -1203,7 +1203,7 @@ sub get_hosts_with_module { my ($local_ip, $local_port) = split(/:/, $target); my $network_interface= &get_interface_for_ip($local_ip); my $local_mac = &get_mac_for_interface($network_interface); - &add_content2xml_hash($out_hash, "host", $local_mac); + &add_content2xml_hash($out_hash, "answer0", $local_mac); } -- 2.30.2