Author: rco
Date: 2008-06-21 15:22:58 +0200 (Sat, 21 Jun 2008)
New Revision: 1027

Modified:
   trunk/core/plug-in/sipctrl/hash_table.cpp
Log:
- fixed major bug in the reply matching (UAC transactions).


Modified: trunk/core/plug-in/sipctrl/hash_table.cpp
===================================================================
--- trunk/core/plug-in/sipctrl/hash_table.cpp   2008-06-21 13:19:14 UTC (rev 
1026)
+++ trunk/core/plug-in/sipctrl/hash_table.cpp   2008-06-21 13:22:58 UTC (rev 
1027)
@@ -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

Reply via email to