tweak for windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2755 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cd74bf6501
commit
8aeb1e89d8
|
@ -226,7 +226,7 @@ static switch_status_t wanpipe_on_init(switch_core_session_t *session)
|
|||
{
|
||||
struct private_object *tech_pvt;
|
||||
switch_channel_t *channel = NULL;
|
||||
wanpipe_tdm_api_t tdm_api = {};
|
||||
wanpipe_tdm_api_t tdm_api = {0};
|
||||
int err = 0;
|
||||
int mtu_mru;
|
||||
unsigned int rate = 8000;
|
||||
|
|
Loading…
Reference in New Issue