diff options
Diffstat (limited to 'tools/gpgconf.c')
-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 fefa2ff8a..09b2a76e9 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -292,7 +292,7 @@ query_swdb (estream_t out, const char *name, const char *current_version) goto leave; } if (!strcmp (name, "gnupg")) - search_name = "gnupg21"; + search_name = GNUPG_SWDB_TAG; else if (!strcmp (name, "gnupg1")) search_name = "gnupg1"; else |