diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-07 17:05:12 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-07 17:05:12 -0700 |
commit | 2d7c58540fd5275825ca586209f687eaf481527b (patch) | |
tree | 3754129dc23d6e2e7626f57e115805bf03208072 | |
parent | 951038a304f44a23ad264aa02ed084608a9a0a42 (diff) | |
download | infinitytier-2d7c58540fd5275825ca586209f687eaf481527b.tar.gz infinitytier-2d7c58540fd5275825ca586209f687eaf481527b.zip |
v6AssignMode bug fix
-rw-r--r-- | controller/SqliteNetworkController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/SqliteNetworkController.cpp b/controller/SqliteNetworkController.cpp index 3d2f52f2..05856723 100644 --- a/controller/SqliteNetworkController.cpp +++ b/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 |