summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_MemoryProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_MemoryProvider.c')
-rw-r--r--src/hardware/LMI_MemoryProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_MemoryProvider.c b/src/hardware/LMI_MemoryProvider.c
index 4626bea..bea9bf2 100644
--- a/src/hardware/LMI_MemoryProvider.c
+++ b/src/hardware/LMI_MemoryProvider.c
@@ -82,8 +82,8 @@ static CMPIStatus LMI_MemoryEnumInstances(
LMI_Memory_Init(&lmi_mem, _cb, ns);
LMI_Memory_Set_SystemCreationClassName(&lmi_mem,
- get_system_creation_class_name());
- LMI_Memory_Set_SystemName(&lmi_mem, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_Memory_Set_SystemName(&lmi_mem, lmi_get_system_name());
LMI_Memory_Set_CreationClassName(&lmi_mem, LMI_ORGID "_" MEM_CLASS_NAME);
LMI_Memory_Set_DeviceID(&lmi_mem, "0");