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