summaryrefslogtreecommitdiff
path: root/controller/DB.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <[email protected]>2018-01-10 14:31:28 -0800
committerAdam Ierymenko <[email protected]>2018-01-10 14:31:28 -0800
commita1992d76f2026c784c8a4f15bf1a4ef164ae74c6 (patch)
treed73e139f111a2ea9cb4a62c07f6d5973dd0a4b2a /controller/DB.cpp
parent9bab49d2f91fbb1d19c75e868bc04959ef9f135e (diff)
Doc updates and other fixes.
Diffstat (limited to 'controller/DB.cpp')
-rw-r--r--controller/DB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/DB.cpp b/controller/DB.cpp
index 688fede2..7b792eb4 100644
--- a/controller/DB.cpp
+++ b/controller/DB.cpp
@@ -41,7 +41,7 @@ void DB::initNetwork(nlohmann::json &network)
if (!network.count("tags")) network["tags"] = nlohmann::json::array();
if (!network.count("routes")) network["routes"] = nlohmann::json::array();
if (!network.count("ipAssignmentPools")) network["ipAssignmentPools"] = nlohmann::json::array();
- if (!network.count("anchors")) network["anchors"] = nlohmann::json::array();
+ //if (!network.count("anchors")) network["anchors"] = nlohmann::json::array();
if (!network.count("mtu")) network["mtu"] = ZT_DEFAULT_MTU;
if (!network.count("remoteTraceTarget")) network["remoteTraceTarget"] = nlohmann::json();
if (!network.count("removeTraceLevel")) network["remoteTraceLevel"] = 0;