mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +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;
|
||||
}
|
||||
|
||||
// Update last modified time
|
||||
member["lastModified"] = now;
|
||||
|
||||
// If they are not authorized, STOP!
|
||||
if (!authorizedBy) {
|
||||
Mutex::Lock _l(_db_m);
|
||||
|
|
Loading…
Add table
Reference in a new issue