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:
Justus Winter 2016-10-06 14:17:55 +02:00
parent 32f81f56a8
commit 6b626824c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;