Browse Source

v6AssignMode bug fix

Adam Ierymenko 9 years ago
parent
commit
2d7c58540f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/SqliteNetworkController.cpp

+ 1 - 1
controller/SqliteNetworkController.cpp

@@ -91,7 +91,7 @@
 #define ZT_DB_NETWORK_FLAG_ZT_MANAGED_V6_AUTO_ASSIGN 8
 
 // Flags with all V6 managed mode flags flipped off -- for masking in update operation and in string form for SQL building
-#define ZT_DB_NETWORK_FLAG_ZT_MANAGED_V6_MASK_S "268435449"
+#define ZT_DB_NETWORK_FLAG_ZT_MANAGED_V6_MASK_S "268435441"
 
 // Uncomment to trace Sqlite for debugging
 //#define ZT_NETCONF_SQLITE_TRACE 1