summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_DiskDriveSystemDeviceProvider.c')
-rw-r--r--src/hardware/LMI_DiskDriveSystemDeviceProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_DiskDriveSystemDeviceProvider.c b/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
index 87fc99d..fd27b91 100644
--- a/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
+++ b/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
@@ -76,8 +76,8 @@ static CMPIStatus LMI_DiskDriveSystemDeviceEnumInstances(
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);