summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_AccountProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/LMI_AccountProvider.c')
-rw-r--r--src/account/LMI_AccountProvider.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/account/LMI_AccountProvider.c b/src/account/LMI_AccountProvider.c
index 7601f41..52bc1cf 100644
--- a/src/account/LMI_AccountProvider.c
+++ b/src/account/LMI_AccountProvider.c
@@ -44,6 +44,7 @@
#include "macros.h"
#include "globals.h"
#include "lock.h"
+#include "account_globals.h"
// Return values of functions
// Delete user
@@ -56,6 +57,7 @@ static const CMPIBroker* _cb = NULL;
static void LMI_AccountInitialize()
{
+ lmi_init(provider_name, _cb, provider_config_defaults);
if (init_lock_pool() == 0) {
error("Unable to initialize lock pool.");
exit (1);