Skip to content
Snippets Groups Projects
Commit 70b945c4 authored by Matt O'Gorman's avatar Matt O'Gorman
Browse files

Merged revisions 50073 via svnmerge from

https://svn.digium.com/svn/asterisk/branches/1.4

........
r50073 | mogorman | 2007-01-08 15:11:16 -0600 (Mon, 08 Jan 2007) | 1 line

we can't unlock a channel if we cant find it. - AnthonyL bug #8741
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50074 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ee137a5e
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,6 @@ static int manager_play_dtmf(struct mansession *s, const struct message *m)
if (!chan) {
astman_send_error(s, m, "Channel not specified");
ast_mutex_unlock(&chan->lock);
return 0;
}
if (!digit) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment