]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows - fix build - change based on other changes in file
authorJeff Lenk <jeff@jefflenk.com>
Fri, 29 Oct 2010 02:37:12 +0000 (21:37 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 29 Oct 2010 02:37:12 +0000 (21:37 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 3144f9e3c030e24d0a443cc1a3a4569c2e9fb908..4a3cfd595431b61bccd8388bdd2aaab5bfa6692e 100644 (file)
@@ -2780,7 +2780,7 @@ SWITCH_STANDARD_APP(fifo_function)
                                switch_channel_set_flag(other_channel, CF_BREAK);
 
                                while (switch_channel_ready(channel) && switch_channel_ready(other_channel) && 
-                                          switch_channel_test_app_flag_key(__FILE_, other_channel, FIFO_APP_BRIDGE_TAG)) {
+                                          switch_channel_test_app_flag_key(FIFO_APP_KEY, other_channel, FIFO_APP_BRIDGE_TAG)) {
                                        status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0);
                                        if (!SWITCH_READ_ACCEPTABLE(status)) {
                                                break;