summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_ServiceAffectsIdentityProvider.c
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2014-05-05 15:28:58 +0200
committerJan Synacek <jsynacek@redhat.com>2014-05-06 08:31:20 +0200
commit08a3b7128e27f474046afa3f78b55df221c59dd9 (patch)
treef59578a238b6086c31904bf925567f96eef0280a /src/account/LMI_ServiceAffectsIdentityProvider.c
parent55f63d29f5d2b4e82979d71386df58394e87ef5a (diff)
downloadopenlmi-providers-08a3b7128e27f474046afa3f78b55df221c59dd9.tar.gz
openlmi-providers-08a3b7128e27f474046afa3f78b55df221c59dd9.tar.xz
openlmi-providers-08a3b7128e27f474046afa3f78b55df221c59dd9.zip
libopenlmi: minor fixes and improvements
Diffstat (limited to 'src/account/LMI_ServiceAffectsIdentityProvider.c')
-rw-r--r--src/account/LMI_ServiceAffectsIdentityProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account/LMI_ServiceAffectsIdentityProvider.c b/src/account/LMI_ServiceAffectsIdentityProvider.c
index 5d302a2..2cee1f7 100644
--- a/src/account/LMI_ServiceAffectsIdentityProvider.c
+++ b/src/account/LMI_ServiceAffectsIdentityProvider.c
@@ -74,12 +74,12 @@ static CMPIStatus LMI_ServiceAffectsIdentityEnumInstances(
char *id = NULL;
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);