Merge "Fix Keystore 2.0 related bug in gatekeeperd."

This commit is contained in:
Treehugger Robot 2021-02-01 04:31:05 +00:00 committed by Gerrit Code Review
commit b44cf2d71b
1 changed files with 0 additions and 1 deletions

View File

@ -327,7 +327,6 @@ class GateKeeperProxy : public BnGateKeeperService {
LOG(ERROR) << "Failure in sending AuthToken to AuthorizationService.";
return GK_ERROR;
}
AIBinder_decStrong(authzAIBinder);
}
sp<IServiceManager> sm = defaultServiceManager();