Update LM time on members on request.

This commit is contained in:
Adam Ierymenko 2016-11-08 12:41:27 -08:00
parent 4f8feaa530
commit 4524899e4d

View file

@ -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);