summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/account/LMI_AccountProvider.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/account/LMI_AccountProvider.c b/src/account/LMI_AccountProvider.c
index 5805f5e..7601f41 100644
--- a/src/account/LMI_AccountProvider.c
+++ b/src/account/LMI_AccountProvider.c
@@ -57,7 +57,8 @@ static const CMPIBroker* _cb = NULL;
static void LMI_AccountInitialize()
{
if (init_lock_pool() == 0) {
- CMReturn(CMPI_RC_ERR_FAILED);
+ error("Unable to initialize lock pool.");
+ exit (1);
}
}