[Asterisk-cvs] asterisk/channels chan_zap.c,1.498,1.499

markster markster
Fri Sep 2 14:42:42 CDT 2005


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

Modified Files:
	chan_zap.c 
Log Message:
Fix vidupdate for chan_zap to eliminate sillyl warning


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.498
retrieving revision 1.499
diff -u -d -r1.498 -r1.499
--- chan_zap.c	2 Sep 2005 18:37:53 -0000	1.498
+++ chan_zap.c	2 Sep 2005 18:43:36 -0000	1.499
@@ -4777,6 +4777,9 @@
 			} else
 				res = 0;
 			break;
+		case AST_CONTROL_VIDUPDATE:
+			res = 0;
+			break;
 		case -1:
 			res = tone_zone_play_tone(p->subs[index].zfd, -1);
 			break;




More information about the svn-commits mailing list