mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
sm: Partly revert last commit.
* sm/gpgsm.c (set_debug): Remove doubled code. -- It was already there; sorry. Fixes-commit: 51edea995d352a7b557fb0315fa5091dc42065cb
This commit is contained in:
parent
51edea995d
commit
623a427b0c
@ -779,12 +779,6 @@ set_debug (void)
|
|||||||
if (opt.debug)
|
if (opt.debug)
|
||||||
parse_debug_flag (NULL, &opt.debug, debug_flags);
|
parse_debug_flag (NULL, &opt.debug, debug_flags);
|
||||||
|
|
||||||
/* Make sure that we are --verbose in debug mode. */
|
|
||||||
if (opt.debug && !opt.verbose)
|
|
||||||
opt.verbose = 1;
|
|
||||||
if (opt.debug && opt.quiet)
|
|
||||||
opt.quiet = 0;
|
|
||||||
|
|
||||||
/* minip12.c may be used outside of GnuPG, thus we don't have the
|
/* minip12.c may be used outside of GnuPG, thus we don't have the
|
||||||
* opt structure over there. */
|
* opt structure over there. */
|
||||||
p12_set_verbosity (opt.verbose);
|
p12_set_verbosity (opt.verbose);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user