mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Update LM time on members on request.
This commit is contained in:
parent
4f8feaa530
commit
4524899e4d
1 changed files with 3 additions and 0 deletions
|
@ -622,6 +622,9 @@ NetworkController::ResultCode EmbeddedNetworkController::doNetworkConfigRequest(
|
||||||
member["recentLog"] = recentLog;
|
member["recentLog"] = recentLog;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update last modified time
|
||||||
|
member["lastModified"] = now;
|
||||||
|
|
||||||
// If they are not authorized, STOP!
|
// If they are not authorized, STOP!
|
||||||
if (!authorizedBy) {
|
if (!authorizedBy) {
|
||||||
Mutex::Lock _l(_db_m);
|
Mutex::Lock _l(_db_m);
|
||||||
|
|
Loading…
Add table
Reference in a new issue