eliminate warning when !ZAPATA_PRI

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-08-29 21:18:20 +00:00
parent 830943cd0d
commit 3ac4417753

View File

@@ -299,7 +299,9 @@ AST_MUTEX_DEFINE_STATIC(iflock);
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;