Author: rco
Date: 2008-06-21 15:19:14 +0200 (Sat, 21 Jun 2008)
New Revision: 1026
Modified:
branches/1.0.0/core/plug-in/sipctrl/hash_table.cpp
Log:
- fixed major bug in the reply matching (UAC transactions).
Modified: branches/1.0.0/core/plug-in/sipctrl/hash_table.cpp
===================================================================
--- branches/1.0.0/core/plug-in/sipctrl/hash_table.cpp 2008-06-19 14:48:41 UTC
(rev 1025)
+++ branches/1.0.0/core/plug-in/sipctrl/hash_table.cpp 2008-06-21 13:19:14 UTC
(rev 1026)
@@ -294,7 +294,7 @@
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;
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev