forked from Mirrors/freeswitch
fix windows compile
This commit is contained in:
parent
f1de377d01
commit
130e1c8774
@ -377,10 +377,10 @@ nua_dialog_usage_remove_at(nua_owner_t *own,
|
|||||||
nua_dialog_usage_t *du = NULL;
|
nua_dialog_usage_t *du = NULL;
|
||||||
|
|
||||||
if (*at) {
|
if (*at) {
|
||||||
du = *at;
|
|
||||||
sip_event_t const *o = NULL;
|
sip_event_t const *o = NULL;
|
||||||
nua_client_request_t *cr, *cr_next;
|
nua_client_request_t *cr, *cr_next;
|
||||||
nua_server_request_t *sr, *sr_next;
|
nua_server_request_t *sr, *sr_next;
|
||||||
|
du = *at;
|
||||||
|
|
||||||
*at = du->du_next;
|
*at = du->du_next;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user