Tue May 12 13:00:40 CDT 2009 Pekka Pessi <first.last@nokia.com>

* nua_session.c: removed dead code from process_prack()
  Ignore-this: 325e40cbba4e6933aa1681d6862533f
  
  Coverity issue.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13326 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-05-15 15:53:31 +00:00
parent 584ae7db64
commit 27c334d8e0
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
Fri May 15 10:51:24 CDT 2009
Fri May 15 10:53:11 CDT 2009

View File

@ -2776,9 +2776,9 @@ static int process_prack(nua_server_request_t *sr,
sip_t const *sip)
{
nua_handle_t *nh;
nua_dialog_usage_t *du;
nta_reliable_destroy(rel);
if (irq == NULL)
/* Final response interrupted 100rel, we did not actually receive PRACK */
return 200;
@ -2793,8 +2793,6 @@ static int process_prack(nua_server_request_t *sr,
if (nh->nh_ds->ds_leg == NULL)
return 500;
du = nua_dialog_usage_for_session(nh->nh_ds);
if (sip == NULL) {
/* 100rel timeout */
SR_STATUS(sr, 504, "Reliable Response Timeout");