summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fcdbb4a)
raw | patch | inline | side by side (parent: fcdbb4a)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Oct 2008 10:51:48 +0000 (10:51 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Oct 2008 10:51:48 +0000 (10:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12843 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/gosaTriggered.pm | patch | blob | history |
index 943a727b53143b7107f15bd5fe065a34f2836ffa..701a1d6f094ab2d4c64023421252fc2660cab01e 100644 (file)
$host_key = @{@$res[0]}[2];
} else {
&main::daemon_log("$session_id ERROR: cannot determine host_name and host_key from known_clients_db at function ping\n$msg", 1);
- my %data = ( 'answer_xml' => 'host not found in known_clients_db',
- 'macaddress' => $target,
- );
- $answer_msg = &build_msg("got_ping_error", $main::server_address, $source, \%data);
$error = 1;
}