aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-08 21:17:51 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-08 21:17:51 +0000
commitd7e7454bd54370c778d95d47847bb546a2014fa4 (patch)
treed4e730b2b568099aa97e420dba71e36dd0c192c5 /apps
parentfc31d4eec7b2e2ea6639a3d4aae4ab55e64faab1 (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: http://svn.digium.com/svn/asterisk/trunk@50074 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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) {