aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-13 03:52:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-13 03:52:45 +0000
commit941fb1ab69f0232d22a9223dc355e7c812cbebe9 (patch)
tree256cf1c94539c2ba9644eccdef46b63b81fdf73b /pbx.c
parentab05545a7e63f545e6b4633a6bb986617fe82cb9 (diff)
updating to current 1.2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@8046 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 7f5fef1ee..3446ab58e 100644
--- a/pbx.c
+++ b/pbx.c
@@ -2029,7 +2029,7 @@ int ast_extension_state_del(int id, ast_state_cb_type callback)
cblist = cblist->next;
}
- ast_mutex_lock(&hintlock);
+ ast_mutex_unlock(&hintlock);
return -1;
}