summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-27 09:18:02 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-27 09:18:02 +0000
commitc4e0b6dd5ace927945b0310fd02ba09e3ddab378 (patch)
tree313eca901457b66abe73899c328a04e5e4837f76 /src/libs/zbxsysinfo
parent8ed7e67b6e765ccde12611e14649bb93419843b2 (diff)
downloadzabbix-c4e0b6dd5ace927945b0310fd02ba09e3ddab378.tar.gz
zabbix-c4e0b6dd5ace927945b0310fd02ba09e3ddab378.tar.xz
zabbix-c4e0b6dd5ace927945b0310fd02ba09e3ddab378.zip
- merged rev. 4468:4469 of brunches/1.4.2 (Eugene) [improved inheritance of template graphs]
git-svn-id: svn://svn.zabbix.com/trunk@4470 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxsysinfo')
-rw-r--r--src/libs/zbxsysinfo/sysinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/sysinfo.c b/src/libs/zbxsysinfo/sysinfo.c
index 1d7b15ba..44c90811 100644
--- a/src/libs/zbxsysinfo/sysinfo.c
+++ b/src/libs/zbxsysinfo/sysinfo.c
@@ -169,7 +169,7 @@ void free_metrics(void)
if( commands )
{
- for(i=0; NULL == commands[i].key; i++)
+ for(i=0; NULL != commands[i].key; i++)
{
zbx_free(commands[i].key);
zbx_free(commands[i].main_param);