FS-11785 [mod_tone_stream] fix dead assignment
This commit is contained in:
parent
f612fab976
commit
bc6fe22a0b
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue