]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Feb 2007 17:27:57 +0000 (17:27 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Feb 2007 17:27:57 +0000 (17:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4235 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_rtp.c

index 1d387ae8bb7932622b3ff201698a0afb0f0846a2..48564983f948627bb3e2ebb66b6dcfbf289abae0 100644 (file)
@@ -1062,7 +1062,6 @@ static int rtp_common_write(switch_rtp_t *rtp_session, void *data, uint32_t data
        rtp_msg_t *send_msg;
        uint8_t send = 1;
 
-       assert(fwd);
        if (fwd) {
                bytes = datalen;
                send_msg = (rtp_msg_t *) data;