mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Tue May 12 11:57:49 CDT 2009 Pekka Pessi <first.last@nokia.com>
* nua_session.c: doublecheck invite client transaction Ignore-this: 4236b668c99e6e0d72a7889ce6cdf671 Coverity issue. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13325 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
672e48f8c8
commit
584ae7db64
@ -1 +1 @@
|
||||
Fri May 15 10:49:56 CDT 2009
|
||||
Fri May 15 10:51:24 CDT 2009
|
||||
|
@ -1885,8 +1885,8 @@ static int nua_prack_client_report(nua_client_request_t *cr,
|
||||
}
|
||||
|
||||
if (acked &&
|
||||
du->du_cr->cr_method == sip_method_invite &&
|
||||
nua_client_is_queued(du->du_cr)) {
|
||||
nua_client_is_queued(du->du_cr) &&
|
||||
du->du_cr->cr_method == sip_method_invite) {
|
||||
/* New INVITE was queued - do not send UPDATE */
|
||||
}
|
||||
else if (ss->ss_update_needed && 200 <= status && status < 300 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user