mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Fix JSON.
This commit is contained in:
parent
f7d3e262a9
commit
ef316ced3b
1 changed files with 1 additions and 1 deletions
|
@ -1026,7 +1026,7 @@ unsigned int SqliteNetworkController::_doCPGet(
|
||||||
testFields.push_back('"');
|
testFields.push_back('"');
|
||||||
}
|
}
|
||||||
testFields.append("\n\t\t}\n");
|
testFields.append("\n\t\t}\n");
|
||||||
testFields.append("\t}\n");
|
testFields.append("\t},\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue