Fix missing write of the keystore database on app removal.

This commit is contained in:
Michael Lotz
2013-03-05 11:05:00 -05:00
committed by Ryan Leavengood
parent ae542b141d
commit d3b8b801a8
+3
View File
@@ -438,6 +438,9 @@ KeyStoreServer::MessageReceived(BMessage* message)
path = NULL;
result = keyring->RemoveApplication(signature, path);
if (result == B_OK)
_WriteKeyStoreDatabase();
break;
}