]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
small change
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 9 Sep 2006 12:42:38 +0000 (12:42 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 9 Sep 2006 12:42:38 +0000 (12:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2599 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index b389393155398932a41e52c6db87cc959c74bf36..e71a0e34de2d61993a8594bbb3a99babb8e8a7ae 100644 (file)
@@ -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) {