]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
reset offset too
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Sep 2013 15:24:34 +0000 (20:24 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Sep 2013 15:24:34 +0000 (20:24 +0500)
libs/stfu/stfu.c

index 8f09145e71b75471ee8777cad8458fa57a3a86c6..be49b6c3e9938013110016f48fbbb1db3f86280e 100644 (file)
@@ -367,7 +367,7 @@ void stfu_n_reset(stfu_instance_t *i)
        i->last_rd_ts = 0;
        i->miss_count = 0;      
     i->packet_count = 0;
-
+    i->ts_offset = 0;
 
 }