Code

fixes wrong activ/no-activ display of a system under system-common-action
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 31 Oct 2008 10:51:48 +0000 (10:51 +0000)
committerrettenbe <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

index 943a727b53143b7107f15bd5fe065a34f2836ffa..701a1d6f094ab2d4c64023421252fc2660cab01e 100644 (file)
@@ -292,10 +292,6 @@ sub ping {
         $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;
     }