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:
Michael Jerris 2009-05-15 15:52:14 +00:00
parent 672e48f8c8
commit 584ae7db64
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Fri May 15 10:49:56 CDT 2009
Fri May 15 10:51:24 CDT 2009

View File

@ -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 &&