summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_HostedAccountManagementServiceProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/LMI_HostedAccountManagementServiceProvider.c')
-rw-r--r--src/account/LMI_HostedAccountManagementServiceProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account/LMI_HostedAccountManagementServiceProvider.c b/src/account/LMI_HostedAccountManagementServiceProvider.c
index 89fdcf3..ffe9b8e 100644
--- a/src/account/LMI_HostedAccountManagementServiceProvider.c
+++ b/src/account/LMI_HostedAccountManagementServiceProvider.c
@@ -62,12 +62,12 @@ static CMPIStatus LMI_HostedAccountManagementServiceEnumInstances(
LMI_HostedAccountManagementService lhs;
const char *nameSpace = KNameSpace(cop);
- const char *hostname = get_system_name();
+ const char *hostname = lmi_get_system_name();
LMI_AccountManagementServiceRef_Init(&lamsref, _cb, nameSpace);
LMI_AccountManagementServiceRef_Set_Name(&lamsref, LAMSNAME);
LMI_AccountManagementServiceRef_Set_SystemCreationClassName(&lamsref,
- get_system_creation_class_name());
+ lmi_get_system_creation_class_name());
LMI_AccountManagementServiceRef_Set_SystemName(&lamsref, hostname);
LMI_AccountManagementServiceRef_Set_CreationClassName(&lamsref,
LMI_AccountManagementService_ClassName);