diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2022-09-14 08:42:03 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2022-09-14 08:42:03 +0200 |
commit | 0b532627e8323a0c7c28e8ed23afd849b7f8b853 (patch) | |
tree | 22c88aad16ee8ea82bcd1e44414b34f8df04ec18 /common | |
parent | dirmngr:dns: Fixes for function prototypes. (diff) | |
download | gnupg2-0b532627e8323a0c7c28e8ed23afd849b7f8b853.tar.xz gnupg2-0b532627e8323a0c7c28e8ed23afd849b7f8b853.zip |
common: Fix t-recsel.
* common/t-recsel.c (main): Don't need to call init_common_subsystems.
--
GnuPG-bug-id: 6200
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/t-recsel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/t-recsel.c b/common/t-recsel.c index f52d0857d..2d5a95d25 100644 --- a/common/t-recsel.c +++ b/common/t-recsel.c @@ -23,7 +23,6 @@ #include <string.h> #include "util.h" -#include "init.h" #include "recsel.h" #define PGM "t-recsel" @@ -390,7 +389,6 @@ main (int argc, char **argv) int last_argc = -1; log_set_prefix (PGM, GPGRT_LOG_WITH_PREFIX); - init_common_subsystems (&argc, &argv); if (argc) { argc--; argv++; } |