aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-13 12:41:37 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-13 12:41:37 +0000
commit3db2acf10e024698723c6a7414f6d4fe3d598fb2 (patch)
treed6a0bfb337798731af24012d1bf2d528ea11dc94 /pbx.c
parent72662be4d74f765ec0a56c0ddeda1ac89e51f4b5 (diff)
Merged revisions 33813 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r33813 | russell | 2006-06-13 08:40:40 -0400 (Tue, 13 Jun 2006) | 2 lines remove duplicate mutex_unlock ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33814 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 620b7dc38..2b4ceea1e 100644
--- a/pbx.c
+++ b/pbx.c
@@ -3426,7 +3426,6 @@ struct ast_context *ast_context_create(struct ast_context **extcontexts, const c
for (tmp = *local_contexts; tmp; tmp = tmp->next) {
if (!strcasecmp(tmp->name, name)) {
- ast_mutex_unlock(&conlock);
ast_log(LOG_WARNING, "Tried to register context '%s', already in use\n", name);
if (!extcontexts)
ast_mutex_unlock(&conlock);