git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4904 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-04-09 22:26:03 +00:00
parent f1ea2ea9eb
commit 3befbf36fb
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ static void *SWITCH_THREAD_FUNC fxs_thread_run(switch_thread_t *thread, void *ob
FD_ZERO(&oob);
for(i = 0; i < globals.fxs_index; i++) {
inFD_ZERO(&oob)t fd;
int fd;
assert(FXS_ANALOG_CHANNELS[i]);
assert(FXS_ANALOG_CHANNELS[i]->sock);