浏览代码

-fixed bogus flag index (c'n'p error)
-tested the 6xx handling


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3878 689a6050-402a-0410-94f2-e92a70836424

Bogdan-Andrei Iancu 17 年之前
父节点
当前提交
b9e643b548
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules_k/tm/h_table.h

+ 1 - 1
modules_k/tm/h_table.h

@@ -188,7 +188,7 @@ struct totag_elem {
 /* do auto DNS failover  */
 #define T_NO_DNS_FAILOVER_FLAG  (1<<7)
 /* transaction must not create new branches  */
-#define T_NO_NEW_BRANCHES_FLAG  (1<<7)
+#define T_NO_NEW_BRANCHES_FLAG  (1<<8)
 
 /* transaction UAC's flags */
 /* is the UAC pending for CANCEL ?  */