mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
one more...
This commit is contained in:
parent
df1ce856c9
commit
858e8c5217
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue