mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
one more...
This commit is contained in:
@ -607,7 +607,7 @@ NetworkController::ResultCode EmbeddedNetworkController::doNetworkConfigRequest(
|
|||||||
|
|
||||||
json recentLog = json::array();
|
json recentLog = json::array();
|
||||||
recentLog.push_back(rlEntry);
|
recentLog.push_back(rlEntry);
|
||||||
auto oldLog = member["recentLog"];
|
json &oldLog = member["recentLog"];
|
||||||
if (oldLog.is_array()) {
|
if (oldLog.is_array()) {
|
||||||
for(unsigned long i=0;i<oldLog.size();++i) {
|
for(unsigned long i=0;i<oldLog.size();++i) {
|
||||||
recentLog.push_back(oldLog[i]);
|
recentLog.push_back(oldLog[i]);
|
||||||
|
Reference in New Issue
Block a user