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:
parent
584ae7db64
commit
27c334d8e0
|
@ -1 +1 @@
|
|||
Fri May 15 10:51:24 CDT 2009
|
||||
Fri May 15 10:53:11 CDT 2009
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue