X-Git-Url: https://git.saurik.com/apple/securityd.git/blobdiff_plain/ee396ef47db58c01c7ceaecfec60781c95ffeea1..24a291535d44686bc7959c7e398fab040e3e08a7:/src/AuthorizationMechEval.cpp?ds=sidebyside diff --git a/src/AuthorizationMechEval.cpp b/src/AuthorizationMechEval.cpp index 87ccdc2..571cff7 100644 --- a/src/AuthorizationMechEval.cpp +++ b/src/AuthorizationMechEval.cpp @@ -209,6 +209,9 @@ AuthorizationResult AgentMechanismEvaluator::authinternal(AuthItemSet &context) break; string password(static_cast((*found)->value().data), (*found)->value().length); secdebug("AuthEvalMech", "found password"); + + // Call to checkpw in DS + Server::active().longTermActivity(); Credential newCredential(username, password, true); // create a new shared credential if (newCredential->isValid())