Fix missing write of the keystore database on app removal.
This commit is contained in:
committed by
Ryan Leavengood
parent
ae542b141d
commit
d3b8b801a8
@@ -438,6 +438,9 @@ KeyStoreServer::MessageReceived(BMessage* message)
|
||||
path = NULL;
|
||||
|
||||
result = keyring->RemoveApplication(signature, path);
|
||||
if (result == B_OK)
|
||||
_WriteKeyStoreDatabase();
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user