- fixed major bug in the reply matching (UAC transactions).

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1027 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 18 years ago
parent f217955caf
commit 67cb344b0d

@ -294,7 +294,7 @@ sip_trans* trans_bucket::match_reply(sip_msg* msg)
if(get_cseq((*it)->msg)->method_str.len != get_cseq(msg)->method_str.len)
continue;
if(memcmp(msg->via_p1->branch.s+MAGIC_BRANCH_LEN,
if(memcmp((*it)->msg->via_p1->branch.s+MAGIC_BRANCH_LEN,
branch,len))
continue;

Loading…
Cancel
Save