a bunch of conversion to ast_channel_*lock (issue #7058)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-04-29 14:50:18 +00:00
parent 54d6194340
commit 8085f4e14b
10 changed files with 67 additions and 67 deletions

View File

@@ -101,7 +101,7 @@ int ast_parse_device_state(const char *device)
else
res = AST_DEVICE_INUSE;
ast_mutex_unlock(&chan->lock);
ast_channel_unlock(chan);
return res;
}