[Asterisk-cvs] asterisk/channels chan_iax2.c,1.137,1.138
markster at lists.digium.com
markster at lists.digium.com
Mon May 3 16:52:18 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv23832/channels
Modified Files:
chan_iax2.c
Log Message:
Fix compiler warning
Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- chan_iax2.c 2 May 2004 06:36:31 -0000 1.137
+++ chan_iax2.c 3 May 2004 21:00:20 -0000 1.138
@@ -4396,6 +4396,7 @@
tpeer = tpeers;
while(tpeer) {
processed++;
+ res = 0;
ast_mutex_lock(&tpeer->lock);
/* We can drop a single tpeer per pass. That makes all this logic
substantially easier */
More information about the svn-commits
mailing list