summaryrefslogtreecommitdiffstats
path: root/src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c')
-rw-r--r--src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c b/src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
index dc119ca..1944f0b 100644
--- a/src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
+++ b/src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
@@ -26,7 +26,7 @@ static const CMPIBroker* _cb;
static void LMI_ResourceForSoftwareIdentityInitialize(const CMPIContext *ctx)
{
- lmi_init(provider_name, _cb, ctx, provider_config_defaults);
+ software_init(provider_name, _cb, ctx, provider_config_defaults);
}
static CMPIStatus LMI_ResourceForSoftwareIdentityCleanup(
@@ -34,7 +34,7 @@ static CMPIStatus LMI_ResourceForSoftwareIdentityCleanup(
const CMPIContext* cc,
CMPIBoolean term)
{
- CMReturn(CMPI_RC_OK);
+ return software_cleanup();
}
static CMPIStatus k_return_rfsi(const gchar *pkg_id,