[Asterisk-cvs] asterisk/channels chan_zap.c,1.211,1.212

markster at lists.digium.com markster at lists.digium.com
Thu Apr 22 14:36:17 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Add missing break


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -d -r1.211 -r1.212
--- chan_zap.c	22 Apr 2004 16:02:56 -0000	1.211
+++ chan_zap.c	22 Apr 2004 18:41:11 -0000	1.212
@@ -630,6 +630,7 @@
 			} else {
 				ast_queue_frame(p->subs[a].owner, &null);
 				ast_mutex_unlock(&p->subs[a].owner->lock);
+				break;
 			}
 		} else
 			break;




More information about the svn-commits mailing list