FS-11785 [mod_tone_stream] fix dead assignment

This commit is contained in:
Chris Rienzo 2019-05-02 20:19:42 -04:00 committed by Andrey Volk
parent f612fab976
commit bc6fe22a0b
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ static switch_status_t tone_stream_file_open(switch_file_handle_t *handle, const
teletone_run(&ts, buf);
}
close(fd);
fd = -1;
} else {
teletone_run(&ts, tonespec);
}