mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-09 05:41:51 +00:00
FSBUILD-275
This commit is contained in:
@@ -1606,7 +1606,7 @@ static void *SWITCH_THREAD_FUNC early_thread_run(switch_thread_t *thread, void *
|
||||
int16_t *data;
|
||||
uint32_t datalen = 0;
|
||||
switch_status_t status;
|
||||
switch_frame_t *read_frame;
|
||||
switch_frame_t *read_frame = NULL;
|
||||
|
||||
for (i = 0; i < MAX_PEERS && (session = state->originate_status[i].peer_session); i++) {
|
||||
originate_status[i].peer_session = session;
|
||||
|
||||
Reference in New Issue
Block a user