summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo/aix/diskspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxsysinfo/aix/diskspace.c')
-rw-r--r--src/libs/zbxsysinfo/aix/diskspace.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libs/zbxsysinfo/aix/diskspace.c b/src/libs/zbxsysinfo/aix/diskspace.c
index e2120ac6..81fd7e8e 100644
--- a/src/libs/zbxsysinfo/aix/diskspace.c
+++ b/src/libs/zbxsysinfo/aix/diskspace.c
@@ -66,7 +66,7 @@ static int VFS_FS_USED(const char *cmd, const char *param, unsigned flags, AGENT
assert(result);
- clean_result(result);
+ init_result(result);
if(num_param(param) > 1)
return SYSINFO_RET_FAIL;
@@ -90,7 +90,7 @@ static int VFS_FS_FREE(const char *cmd, const char *param, unsigned flags, AGENT
assert(result);
- clean_result(result);
+ init_result(result);
if(num_param(param) > 1)
return SYSINFO_RET_FAIL;
@@ -114,7 +114,7 @@ static int VFS_FS_TOTAL(const char *cmd, const char *param, unsigned flags, AGEN
assert(result);
- clean_result(result);
+ init_result(result);
if(num_param(param) > 1)
return SYSINFO_RET_FAIL;
@@ -142,7 +142,7 @@ static int VFS_FS_PFREE(const char *cmd, const char *param, unsigned flags, AGEN
assert(result);
- clean_result(result);
+ init_result(result);
if(num_param(param) > 1)
return SYSINFO_RET_FAIL;
@@ -167,7 +167,7 @@ static int VFS_FS_PUSED(const char *cmd, const char *param, unsigned flags, AGEN
assert(result);
- clean_result(result);
+ init_result(result);
if(num_param(param) > 1)
return SYSINFO_RET_FAIL;
@@ -210,7 +210,7 @@ FS_FNCLIST
assert(result);
- clean_result(result);
+ init_result(result);
if(num_param(param) > 2)
{