[Asterisk-cvs] asterisk channel.c,1.73.2.9,1.73.2.10

markster at lists.digium.com markster at lists.digium.com
Sun Mar 7 21:19:01 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	channel.c 
Log Message:
Eliminate surious warnin


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.73.2.9
retrieving revision 1.73.2.10
diff -u -d -r1.73.2.9 -r1.73.2.10
--- channel.c	5 Mar 2004 18:33:17 -0000	1.73.2.9
+++ channel.c	8 Mar 2004 02:11:03 -0000	1.73.2.10
@@ -1578,6 +1578,8 @@
 						state = f->subclass;
 						ast_frfree(f);
 						break;
+					} else if (f->subclass == -1) {
+						/* Ignore -- just stopping indications */
 					} else {
 						ast_log(LOG_NOTICE, "Don't know what to do with control frame %d\n", f->subclass);
 					}




More information about the svn-commits mailing list