summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-28 19:39:27 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-28 19:39:27 +0000
commit65dd1614dba5dc1c81e953480e04e38dfda67f67 (patch)
treea0b947b27d9c3eefac9d8bd2ca8e4cca0d10cda1 /src/libs/zbxsysinfo
parente08c804a632a1edbc463fb12f685b1bae054b0c5 (diff)
downloadzabbix-65dd1614dba5dc1c81e953480e04e38dfda67f67.tar.gz
zabbix-65dd1614dba5dc1c81e953480e04e38dfda67f67.tar.xz
zabbix-65dd1614dba5dc1c81e953480e04e38dfda67f67.zip
- fixed compilation of ZABBIX server under HP-UX (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4387 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxsysinfo')
-rw-r--r--src/libs/zbxsysinfo/common/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/common/common.c b/src/libs/zbxsysinfo/common/common.c
index aba029f4..f53edf11 100644
--- a/src/libs/zbxsysinfo/common/common.c
+++ b/src/libs/zbxsysinfo/common/common.c
@@ -311,7 +311,6 @@ lbl_exit:
int EXECUTE_INT(const char *cmd, const char *command, unsigned flags, AGENT_RESULT *result)
{
int ret = SYSINFO_RET_FAIL;
- double value = 0;
ret = EXECUTE_STR(cmd,command,flags,result);