fix windows compile

This commit is contained in:
Jeff Lenk 2011-07-16 19:13:27 -05:00
parent f1de377d01
commit 130e1c8774

View File

@ -377,10 +377,10 @@ nua_dialog_usage_remove_at(nua_owner_t *own,
nua_dialog_usage_t *du = NULL;
if (*at) {
du = *at;
sip_event_t const *o = NULL;
nua_client_request_t *cr, *cr_next;
nua_server_request_t *sr, *sr_next;
du = *at;
*at = du->du_next;