fix locking error - lock instead of unlock

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-01-11 04:19:21 +00:00
parent 72deed0c37
commit bbb59b8c5e

2
pbx.c
View File

@@ -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;
}