summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_DiskDriveProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_DiskDriveProvider.c')
-rw-r--r--src/hardware/LMI_DiskDriveProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_DiskDriveProvider.c b/src/hardware/LMI_DiskDriveProvider.c
index 5a28a0a..21e5b18 100644
--- a/src/hardware/LMI_DiskDriveProvider.c
+++ b/src/hardware/LMI_DiskDriveProvider.c
@@ -95,8 +95,8 @@ static CMPIStatus LMI_DiskDriveEnumInstances(
LMI_DiskDrive_Init(&lmi_hdd, _cb, ns);
LMI_DiskDrive_Set_SystemCreationClassName(&lmi_hdd,
- get_system_creation_class_name());
- LMI_DiskDrive_Set_SystemName(&lmi_hdd, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDrive_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDrive_Set_CreationClassName(&lmi_hdd,
LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
LMI_DiskDrive_Set_Caption(&lmi_hdd, "Disk Drive");