From: rettenbe Date: Fri, 12 Sep 2008 07:49:53 +0000 (+0000) Subject: bugfix: get_hosts_with_module at gosaTriggered.pm add localhost witch correct xml tag X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d31d89a46b83c5cd55a7519633f57340b680fd0c;p=gosa.git 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 --- 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); }