some fixes for edit

This commit is contained in:
Dominik Schürmann
2014-07-15 19:22:40 +02:00
parent e1d505a291
commit 72237a0892
2 changed files with 5 additions and 4 deletions

View File

@@ -756,7 +756,7 @@ public class ProviderHelper {
UncachedKeyRing oldSecretRing = getWrappedSecretKeyRing(masterKeyId).getUncachedKeyRing();
// Merge data from new secret ring into old one
secretRing = oldSecretRing.merge(secretRing, mLog, mIndent);
secretRing = secretRing.merge(oldSecretRing, mLog, mIndent);
// If this is null, there is an error in the log so we can just return
if (secretRing == null) {