mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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>
This commit is contained in:
parent
23d7b7cfb0
commit
0b532627e8
@ -23,7 +23,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "init.h"
|
|
||||||
#include "recsel.h"
|
#include "recsel.h"
|
||||||
|
|
||||||
#define PGM "t-recsel"
|
#define PGM "t-recsel"
|
||||||
@ -390,7 +389,6 @@ main (int argc, char **argv)
|
|||||||
int last_argc = -1;
|
int last_argc = -1;
|
||||||
|
|
||||||
log_set_prefix (PGM, GPGRT_LOG_WITH_PREFIX);
|
log_set_prefix (PGM, GPGRT_LOG_WITH_PREFIX);
|
||||||
init_common_subsystems (&argc, &argv);
|
|
||||||
|
|
||||||
if (argc)
|
if (argc)
|
||||||
{ argc--; argv++; }
|
{ argc--; argv++; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user