mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
g10: Fix testing for debug flag.
* g10/parse-packet.c (set_packet_list_mode): Fix testing for debug flag. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
32f81f56a8
commit
6b626824c8
@ -220,7 +220,7 @@ set_packet_list_mode (int mode)
|
||||
else
|
||||
listfp = es_stderr;
|
||||
|
||||
if (opt.debug && DBG_MPI_VALUE)
|
||||
if (opt.debug & DBG_MPI_VALUE)
|
||||
mpi_print_mode = 1;
|
||||
}
|
||||
return old;
|
||||
|
Loading…
x
Reference in New Issue
Block a user