summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_PhysicalMemoryRealizesProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_PhysicalMemoryRealizesProvider.c')
-rw-r--r--src/hardware/LMI_PhysicalMemoryRealizesProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_PhysicalMemoryRealizesProvider.c b/src/hardware/LMI_PhysicalMemoryRealizesProvider.c
index 9128450..4f44db7 100644
--- a/src/hardware/LMI_PhysicalMemoryRealizesProvider.c
+++ b/src/hardware/LMI_PhysicalMemoryRealizesProvider.c
@@ -68,8 +68,8 @@ static CMPIStatus LMI_PhysicalMemoryRealizesEnumInstances(
LMI_MemoryRef_Init(&lmi_mem, _cb, ns);
LMI_MemoryRef_Set_SystemCreationClassName(&lmi_mem,
- get_system_creation_class_name());
- LMI_MemoryRef_Set_SystemName(&lmi_mem, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_MemoryRef_Set_SystemName(&lmi_mem, lmi_get_system_name());
LMI_MemoryRef_Set_CreationClassName(&lmi_mem, LMI_ORGID "_" MEM_CLASS_NAME);
LMI_MemoryRef_Set_DeviceID(&lmi_mem, "0");