summaryrefslogtreecommitdiff
path: root/apps/app_senddtmf.c
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2007-01-08 21:17:51 +0000
committerMatt O'Gorman <mogorman@digium.com>2007-01-08 21:17:51 +0000
commit70b945c4f162d153a8162f5eeb8ed1b759a40d63 (patch)
treed4e730b2b568099aa97e420dba71e36dd0c192c5 /apps/app_senddtmf.c
parentee137a5eaa1477703678a90404ebfce314862198 (diff)
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
Diffstat (limited to 'apps/app_senddtmf.c')
-rw-r--r--apps/app_senddtmf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c
index 96893e22e..e48ba4fe0 100644
--- a/apps/app_senddtmf.c
+++ b/apps/app_senddtmf.c
@@ -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) {