summaryrefslogtreecommitdiffstats
path: root/src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c')
-rw-r--r--src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c b/src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
index 79a9660..428515e 100644
--- a/src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
+++ b/src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
@@ -26,7 +26,7 @@ static const CMPIBroker* _cb;
static void LMI_InstalledSoftwareIdentityInitialize(const CMPIContext *ctx)
{
- lmi_init(provider_name, _cb, ctx, provider_config_defaults);
+ software_init(provider_name, _cb, ctx, provider_config_defaults);
}
static CMPIStatus LMI_InstalledSoftwareIdentityCleanup(
@@ -34,7 +34,7 @@ static CMPIStatus LMI_InstalledSoftwareIdentityCleanup(
const CMPIContext* cc,
CMPIBoolean term)
{
- CMReturn(CMPI_RC_OK);
+ return software_cleanup();
}
static CMPIStatus enum_instances(const CMPIContext *ctx, const CMPIResult *cr,