From 26d79e6c643dccb4c618d05cd191283bc77c4147 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 9 Sep 2006 12:42:38 +0000 Subject: [PATCH] small change git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2599 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_core.c b/src/switch_core.c index b389393155..e71a0e34de 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1897,6 +1897,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_write_frame(switch_core_sess } if (do_bugs) { do_write = 1; + write_frame = frame; goto done; } if (session->write_codec) {