tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7921 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
aae504e003
commit
7259e98a25
|
@ -59,7 +59,7 @@ SWITCH_STANDARD_APP(bcast_function)
|
|||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||
switch_socket_t *socket;
|
||||
switch_sockaddr_t *audio_addr = NULL, *control_packet_addr;
|
||||
switch_frame_t *read_frame;
|
||||
switch_frame_t *read_frame = NULL;
|
||||
switch_status_t status;
|
||||
switch_size_t bytes;
|
||||
ls_control_packet_t control_packet;
|
||||
|
|
Loading…
Reference in New Issue