Browse Source

-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 years ago
parent
commit
b9e643b548
1 changed files with 1 additions and 1 deletions
  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 ?  */