Fix compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent ca2069a246
commit 9c683b7423

@ -4396,6 +4396,7 @@ static int timing_read(int *id, int fd, short events, void *cbdata)
tpeer = tpeers; tpeer = tpeers;
while(tpeer) { while(tpeer) {
processed++; processed++;
res = 0;
ast_mutex_lock(&tpeer->lock); ast_mutex_lock(&tpeer->lock);
/* We can drop a single tpeer per pass. That makes all this logic /* We can drop a single tpeer per pass. That makes all this logic
substantially easier */ substantially easier */

Loading…
Cancel
Save