mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: Drop unused variables, fix warnings.
-- Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
12af2630cf
commit
b8cb0973bc
2 changed files with 1 additions and 3 deletions
|
@ -347,7 +347,7 @@ _pkc_add (pkc_t pk, char *name, char *value, strlist_t raw_value,
|
|||
{
|
||||
pke_t last;
|
||||
|
||||
if (preserve_order)
|
||||
if (preserve_order || name == NULL)
|
||||
last = pk->last;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue