Home GnuPG
Diffusion GnuPG 83e875a2d1e7

gpg: Initialize a variable even in a never used code path.

Description

gpg: Initialize a variable even in a never used code path.

* g10/sign.c (write_signature_packets): Init ERR.

Actually we could also remove the conditional or replace it by a
log_assert.