fix windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5424 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fc9195fe60
commit
f41ce8bb9f
|
@ -1271,7 +1271,7 @@ nua_stack_init_registrations(nua_t *nua)
|
|||
}
|
||||
}
|
||||
|
||||
nta_agent_bind_tport_update(nua->nua_nta, nua, nua_stack_tport_update);
|
||||
nta_agent_bind_tport_update(nua->nua_nta, (nta_update_magic_t *)nua, nua_stack_tport_update);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue