From: Anthony Minessale Date: Thu, 17 Mar 2011 01:50:32 +0000 (-0500) Subject: FS-3122 X-Git-Tag: v1.2-rc1~171^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c40e8e91ea05f0f484dc998a4d3574104c18fae;p=thirdparty%2Ffreeswitch.git FS-3122 --- diff --git a/src/mod/formats/mod_file_string/mod_file_string.c b/src/mod/formats/mod_file_string/mod_file_string.c index 7e36c720aa..92d3800f24 100644 --- a/src/mod/formats/mod_file_string/mod_file_string.c +++ b/src/mod/formats/mod_file_string/mod_file_string.c @@ -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;