[Asterisk-cvs] asterisk/channels chan_zap.c,1.490,1.491

kpfleming kpfleming
Mon Aug 29 17:17:01 CDT 2005


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

Modified Files:
	chan_zap.c 
Log Message:
eliminate warning when !ZAPATA_PRI


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.490
retrieving revision 1.491
diff -u -d -r1.490 -r1.491
--- chan_zap.c	19 Aug 2005 04:23:23 -0000	1.490
+++ chan_zap.c	29 Aug 2005 21:18:20 -0000	1.491
@@ -299,7 +299,9 @@
 
 static int ifcount = 0;
 
+#ifdef ZAPATA_PRI
 AST_MUTEX_DEFINE_STATIC(pridebugfdlock);
+#endif
 
 /* Whether we answer on a Polarity Switch event */
 static int answeronpolarityswitch = 0;




More information about the svn-commits mailing list