]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3122
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Mar 2011 01:50:32 +0000 (20:50 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Mar 2011 01:50:32 +0000 (20:50 -0500)
src/mod/formats/mod_file_string/mod_file_string.c

index 7e36c720aace492b93405c01c4309c64985c487e..92d3800f24f197b682ef58efd71176d03a95c15b 100644 (file)
@@ -101,7 +101,6 @@ static int next_file(switch_file_handle_t *handle)
        handle->seekable = context->fh.seekable;
        handle->speed = context->fh.speed;
        handle->interval = context->fh.interval;
-       handle->flags = context->fh.flags;
 
        if (context->index == 0) {
                context->samples = (handle->samplerate / 1000) * 250;