summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_DiskDriveRealizesProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_DiskDriveRealizesProvider.c')
-rw-r--r--src/hardware/LMI_DiskDriveRealizesProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_DiskDriveRealizesProvider.c b/src/hardware/LMI_DiskDriveRealizesProvider.c
index 2756dec..5d184e9 100644
--- a/src/hardware/LMI_DiskDriveRealizesProvider.c
+++ b/src/hardware/LMI_DiskDriveRealizesProvider.c
@@ -77,8 +77,8 @@ static CMPIStatus LMI_DiskDriveRealizesEnumInstances(
LMI_DiskDriveRef_Init(&lmi_hdd, _cb, ns);
LMI_DiskDriveRef_Set_SystemCreationClassName(&lmi_hdd,
- get_system_creation_class_name());
- LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDriveRef_Set_CreationClassName(&lmi_hdd,
LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
LMI_DiskDriveRef_Set_DeviceID(&lmi_hdd, lsblk_hdds[i].name);