[asterisk-commits] mogorman: trunk r50074 - in /trunk: ./ apps/app_senddtmf.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jan 8 14:17:51 MST 2007


Author: mogorman
Date: Mon Jan  8 15:17:51 2007
New Revision: 50074

URL: http://svn.digium.com/view/asterisk?view=rev&rev=50074
Log:
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
........

Modified:
    trunk/   (props changed)
    trunk/apps/app_senddtmf.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_senddtmf.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_senddtmf.c?view=diff&rev=50074&r1=50073&r2=50074
==============================================================================
--- trunk/apps/app_senddtmf.c (original)
+++ trunk/apps/app_senddtmf.c Mon Jan  8 15:17:51 2007
@@ -102,7 +102,6 @@
 	
 	if (!chan) {
 		astman_send_error(s, m, "Channel not specified");
-		ast_mutex_unlock(&chan->lock);
 		return 0;
 	}
 	if (!digit) {



More information about the asterisk-commits mailing list