mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Bug fix in "showpref"
Allow setting a no-compression preference
This commit is contained in:
parent
88fbd0dfcf
commit
ebd148e553
5 changed files with 50 additions and 4 deletions
|
@ -1163,7 +1163,7 @@ fixup_uidnode ( KBNODE uidnode, KBNODE signode, u32 keycreated )
|
|||
}
|
||||
for (; nzip; nzip--, n++) {
|
||||
uid->prefs[n].type = PREFTYPE_ZIP;
|
||||
uid->prefs[n].value = *sym++;
|
||||
uid->prefs[n].value = *zip++;
|
||||
}
|
||||
uid->prefs[n].type = PREFTYPE_NONE; /* end of list marker */
|
||||
uid->prefs[n].value = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue