mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-13 04:25:00 -05:00
import-log: don't count self certs as unknown
This commit is contained in:
parent
c63f3c8a5d
commit
adf15d4d16
@ -441,6 +441,7 @@ public class ProviderHelper {
|
|||||||
item.isRevoked = true;
|
item.isRevoked = true;
|
||||||
log(LogLevel.INFO, LogType.MSG_IP_UID_REVOKED);
|
log(LogLevel.INFO, LogType.MSG_IP_UID_REVOKED);
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user