mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
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…
x
Reference in New Issue
Block a user