From: Anthony Minessale Date: Sat, 9 Sep 2006 12:42:38 +0000 (+0000) Subject: small change X-Git-Tag: v1.0-beta1~2184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d79e6c643dccb4c618d05cd191283bc77c4147;p=thirdparty%2Ffreeswitch.git small change git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2599 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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) {