From c785019d851b383558b65f6b87dbf2255462d660 Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 8 Jan 2008 18:57:17 +0000 Subject: [PATCH] 2008-01-08 Sancho Lerena * pandora_server: Latest stupid error fixed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@690 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/bin/pandora_server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/bin/pandora_server b/pandora_server/bin/pandora_server index 50b639fb58..e8e9e55c53 100755 --- a/pandora_server/bin/pandora_server +++ b/pandora_server/bin/pandora_server @@ -198,7 +198,7 @@ sub keep_alive_check { $module_name = $data[5]; # Agent down - Keepalive utimestamp too low (2x) if (($module_utimestamp + ($interval * 2)) < $utimestamp){ - pandora_writestate ($pa_config, $agent_name, "keep_alive", $module_name, 0, 0, $dbh, 1); + pandora_writestate ($pa_config, $agent_name, "keep_alive", $module_name, 0, 1, $dbh, 1); } } }