FS-7486: Fix handling of queued requests in Sofia-SIP

This commit is contained in:
Artur Zaprzała 2015-04-28 17:49:09 +02:00 committed by Artur Zaprzała
parent 4a2eb5fe3f
commit 074b07f545
1 changed files with 0 additions and 4 deletions

View File

@ -1593,10 +1593,6 @@ int nua_client_next_request(nua_client_request_t *cr, int invite)
for (; cr; cr = cr->cr_next) {
if (cr->cr_method == sip_method_cancel)
continue;
if (invite
? cr->cr_method == sip_method_invite
: cr->cr_method != sip_method_invite)
break;
}