mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
Fix the compiling warning with 'int chan'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1032 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5349,7 +5349,7 @@ static void *pri_dchannel(void *vpri)
|
|||||||
fd_set efds;
|
fd_set efds;
|
||||||
fd_set rfds;
|
fd_set rfds;
|
||||||
int res;
|
int res;
|
||||||
int chan;
|
int chan = 0;
|
||||||
int x;
|
int x;
|
||||||
int haveidles;
|
int haveidles;
|
||||||
int activeidles;
|
int activeidles;
|
||||||
|
Reference in New Issue
Block a user