From d0c82bef1b05962e5f5565f5cf728d5aff251899 Mon Sep 17 00:00:00 2001 From: rettenbe Date: Fri, 31 Oct 2008 10:51:48 +0000 Subject: [PATCH] fixes wrong activ/no-activ display of a system under system-common-action 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gosa-si/server/events/gosaTriggered.pm b/gosa-si/server/events/gosaTriggered.pm index 943a727b5..701a1d6f0 100644 --- a/gosa-si/server/events/gosaTriggered.pm +++ b/gosa-si/server/events/gosaTriggered.pm @@ -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; } -- 2.30.2