mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
FS-2216 clang change
This commit is contained in:
parent
899f240bc8
commit
6e8341444d
@ -1683,7 +1683,7 @@ static switch_status_t t38_gateway_on_consume_media(switch_core_session_t *sessi
|
||||
switch_codec_implementation_t read_impl = { 0 };
|
||||
int16_t *buf = NULL;
|
||||
switch_status_t status;
|
||||
switch_size_t tx;
|
||||
int tx;
|
||||
const char *t38_trace = switch_channel_get_variable(channel, "t38_trace");
|
||||
char *trace_read, *trace_write;
|
||||
zap_socket_t read_fd = FAX_INVALID_SOCKET, write_fd = FAX_INVALID_SOCKET;
|
||||
|
Loading…
x
Reference in New Issue
Block a user