1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-22 15:11:41 +02:00

gpg: Make show-sig-subpackets work again.

* g10/gpg.c (parse_list_options): Fix offset for subpackets.
--

Regression-due-to: 7d0492075e
GnuPG-bug-id: 2008
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2015-06-30 11:01:16 +02:00
parent 8ae683bad3
commit 010e4281c3
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -1876,7 +1876,7 @@ parse_list_options(char *str)
compile everywhere, so fill in the show-sig-subpackets argument
here. Note that if the parse_options array changes, we'll have
to change the subscript here. */
lopts[12].value=&subpackets;
lopts[13].value=&subpackets;
if(parse_options(str,&opt.list_options,lopts,1))
{