mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 12:52:07 +01:00
Wrong primary user ID when setting withAdditionalUserId
This commit is contained in:
parent
bdae079515
commit
560effc7c6
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class KeySpecBuilder implements KeySpecBuilderInterface {
|
|||
|
||||
KeySpecBuilder(@Nonnull KeyType type) {
|
||||
this.type = type;
|
||||
hashedSubPackets.setPrimaryUserID(false, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue