summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 405b4a5)
raw | patch | inline | side by side (parent: 405b4a5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 9 Oct 2008 09:35:33 +0000 (09:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 9 Oct 2008 09:35:33 +0000 (09:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12651 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/gosaTriggered.pm | patch | blob | history |
index a538f366c0d51f8e698c664701001e54a1673352..5fdd546e503b9749cc5526594bffb6a873308443 100644 (file)
return (&create_xml_string($out_hash));
}
+ my $out_msg = &create_xml_string($out_hash);
+
# Check localhost for module_name
if (exists @{$main::known_modules->{'GosaPackages'}}[2]->{$module_name}) {
my ($local_ip, $local_port) = split(/:/, $target);
$out_msg =~ s/<\/xml>/\n<answer0> $host_infos <\/answer0> \n <\/xml>/;
}
-
- my $out_msg = &create_xml_string($out_hash);
-
# Search for opsi hosts in server_db
my $sql = "SELECT * FROM $main::known_server_tn WHERE loaded_modules LIKE '%$module_name%'";
my $res = $main::known_server_db->select_dbentry($sql);