mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 04:56:55 +02:00
fix typos (#2010)
This commit is contained in:
parent
f3da2b4031
commit
da71e2524c
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ void EmbeddedNetworkController::configureHTTPControlPlane(
|
|||
std::vector<json> memTmp;
|
||||
if (_db.get(nwid, network, memTmp)) {
|
||||
for (auto m = memTmp.begin(); m != memTmp.end(); ++m) {
|
||||
int revision = OSUtils::jsonInt((*m)["revsision"], 0);
|
||||
int revision = OSUtils::jsonInt((*m)["revision"], 0);
|
||||
std::string id = OSUtils::jsonString((*m)["id"], "");
|
||||
if (id.length() == 10) {
|
||||
json tmp = json::object();
|
||||
|
|
Loading…
Add table
Reference in a new issue