mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
dem logix
This commit is contained in:
parent
a19784ed7e
commit
2c408f679c
@ -694,7 +694,7 @@ public class UncachedKeyRing {
|
|||||||
long masterKeyId = other.getMasterKeyId();
|
long masterKeyId = other.getMasterKeyId();
|
||||||
|
|
||||||
if (getMasterKeyId() != masterKeyId
|
if (getMasterKeyId() != masterKeyId
|
||||||
|| Arrays.equals(getFingerprint(), other.getFingerprint())) {
|
|| !Arrays.equals(getFingerprint(), other.getFingerprint())) {
|
||||||
log.add(LogLevel.ERROR, LogType.MSG_MG_HETEROGENEOUS, indent);
|
log.add(LogLevel.ERROR, LogType.MSG_MG_HETEROGENEOUS, indent);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user