forked from Mirrors/freeswitch
Thu May 22 06:46:18 EDT 2008 Pekka.Pessi@nokia.com
* nta.c: fixed klocwork issue in nta_outgoing_prack() git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8629 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3064ba78d8
commit
ba30b89311
@ -1 +1 @@
|
||||
Sun May 25 11:14:58 EDT 2008
|
||||
Sun May 25 11:17:06 EDT 2008
|
||||
|
@ -10668,9 +10668,9 @@ nta_outgoing_t *nta_outgoing_prack(nta_leg_t *leg,
|
||||
}
|
||||
|
||||
if (rack) {
|
||||
rack->ra_cseq = orq->orq_cseq->cs_seq;
|
||||
rack->ra_method = orq->orq_cseq->cs_method;
|
||||
rack->ra_method_name = orq->orq_cseq->cs_method_name;
|
||||
rack->ra_cseq = oorq->orq_cseq->cs_seq;
|
||||
rack->ra_method = oorq->orq_cseq->cs_method;
|
||||
rack->ra_method_name = oorq->orq_cseq->cs_method_name;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user