diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index c69b1c3e2..a5ee188ec 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -280,7 +280,7 @@ query_swdb (estream_t out, const char *name, const char *current_version) gnupg_isotime_t value_date = {0}; char *value_size = NULL; char *value_sha2 = NULL; - unsigned long value_size_ul; + unsigned long value_size_ul = 0; int status, i; |