diff options
Diffstat (limited to 'src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c')
-rw-r--r-- | src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c b/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c index e07e2ed..cf599be 100644 --- a/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c +++ b/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c @@ -78,8 +78,8 @@ static CMPIStatus LMI_DiskDriveElementSoftwareIdentityEnumInstances( 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); |