summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-23 14:49:40 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-23 14:49:40 +0000
commit4a98cbb6eecb52025e23ff85e05d87a46ec2bdf3 (patch)
treeddf1dbfa0a6958c5910d3dcdf080b8e8748b5887 /src
parent1a5bb16c53da41ab0e1ee7e4221cca5c26c61ae8 (diff)
downloadzabbix-4a98cbb6eecb52025e23ff85e05d87a46ec2bdf3.tar.gz
zabbix-4a98cbb6eecb52025e23ff85e05d87a46ec2bdf3.tar.xz
zabbix-4a98cbb6eecb52025e23ff85e05d87a46ec2bdf3.zip
- minor change
git-svn-id: svn://svn.zabbix.com/trunk@2709 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxsysinfo/common/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/common/common.c b/src/libs/zbxsysinfo/common/common.c
index d64908ed..1a58a433 100644
--- a/src/libs/zbxsysinfo/common/common.c
+++ b/src/libs/zbxsysinfo/common/common.c
@@ -1273,7 +1273,7 @@ int RUN_COMMAND(const char *cmd, const char *param, unsigned flags, AGENT_RESULT
break;
}
- SET_UI64_RESULT(result, 0);
+ SET_UI64_RESULT(result, 1);
return SYSINFO_RET_OK;
}