[Asterisk-cvs] asterisk channel.c,1.122,1.123

markster at lists.digium.com markster at lists.digium.com
Wed Jun 23 23:18:31 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv32692

Modified Files:
	channel.c 
Log Message:
oops


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- channel.c	23 Jun 2004 17:41:51 -0000	1.122
+++ channel.c	24 Jun 2004 03:04:25 -0000	1.123
@@ -764,6 +764,7 @@
 		ast_setstate(chan, AST_STATE_UP);
 		if (chan->cdr)
 			ast_cdr_answer(chan->cdr);
+		ast_mutex_unlock(&chan->lock);
 		return res;
 		break;
 	case AST_STATE_UP:




More information about the svn-commits mailing list