mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +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 rfds;
|
||||
int res;
|
||||
int chan;
|
||||
int chan = 0;
|
||||
int x;
|
||||
int haveidles;
|
||||
int activeidles;
|
||||
|
Reference in New Issue
Block a user