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