]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
woops
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Apr 2007 22:26:03 +0000 (22:26 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Apr 2007 22:26:03 +0000 (22:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4904 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_wanpipe/mod_wanpipe.c

index d1ebe65a8911168a2f51a20d934972b64450bc90..250f9ef9ba906b11813b5dd8ddd4daff1336fe20 100644 (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);