mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-14 12:19:27 +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);
|
teletone_run(&ts, buf);
|
||||||
}
|
}
|
||||||
close(fd);
|
close(fd);
|
||||||
fd = -1;
|
|
||||||
} else {
|
} else {
|
||||||
teletone_run(&ts, tonespec);
|
teletone_run(&ts, tonespec);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user