keystore_server: Use path as dummy checksum.

* Slighty better than nothing.
This commit is contained in:
Axel Dörfler 2016-12-28 17:41:04 +01:00
parent d249a6ae85
commit 707717e8be

View File

@ -648,7 +648,7 @@ KeyStoreServer::_ValidateAppAccess(Keyring& keyring, const app_info& appInfo,
return result;
// TODO: Implement running image checksum mechanism.
BString checksum = "dummy";
BString checksum = path.Path();
bool appIsNew = false;
bool appWasUpdated = false;