summaryrefslogtreecommitdiff
path: root/res/res_config_ldap.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-04-18 16:11:27 +0000
committerJoshua Colp <jcolp@digium.com>2008-04-18 16:11:27 +0000
commit116859bd19b483b21e05acf2fa11178a4b96da64 (patch)
tree6b73d8e409b3ec054c3c630043e3b5399cca063d /res/res_config_ldap.c
parent30aa3d7059305c2cd2d3b5f2b8584bc5b9eb843e (diff)
If the parsing of the config file fails make sure we unlock ldap_lock.
(closes issue #12477) Reported by: IgorG git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_ldap.c')
-rw-r--r--res/res_config_ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_config_ldap.c b/res/res_config_ldap.c
index a88e480a4..376f9aff8 100644
--- a/res/res_config_ldap.c
+++ b/res/res_config_ldap.c
@@ -1364,6 +1364,7 @@ static int reload(void)
if (parse_config() < 0) {
ast_log(LOG_NOTICE, "Cannot reload LDAP RealTime driver.\n");
+ ast_mutex_unlock(&ldap_lock);
return 0;
}