]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3224 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 3 Apr 2011 22:55:07 +0000 (17:55 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 3 Apr 2011 22:55:07 +0000 (17:55 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index 0f40c8ba336bc5ce1f5375c06031f475bc4f3296..c51c5422a570f807e5e1bdade49043741e9cb3ce 100755 (executable)
@@ -3629,7 +3629,6 @@ static switch_status_t file_string_file_read(switch_file_handle_t *handle, void
                }
 
                context->samples -= *len;
-               //switch_generate_sln_silence((int16_t *) data, *len, 400);
                memset(data, 255, *len *2);
                status = SWITCH_STATUS_SUCCESS;
        } else {