]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Aug 2011 18:52:21 +0000 (13:52 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Aug 2011 18:52:21 +0000 (13:52 -0500)
src/switch_rtp.c

index 121f81101ee2874689a0a9354014028f502cb2ae..020f8aea57afb1f32ae89efd97b43808ab4b7e86 100644 (file)
@@ -4271,7 +4271,7 @@ SWITCH_DECLARE(int) switch_rtp_write_manual(switch_rtp_t *rtp_session,
                goto end;
        }
 
-       if (!((*flags) && SFF_RTP_HEADER)) {
+       if (((*flags) & SFF_RTP_HEADER)) {
                rtp_session->last_write_ts = ts;
        }