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:
Martin Pycko
2003-05-16 21:33:32 +00:00
parent 0ceeeafa41
commit e7b5056769

View File

@@ -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;