summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-06-30 11:01:16 +0200
committerWerner Koch <wk@gnupg.org>2015-06-30 11:01:16 +0200
commit010e4281c3e15e2f86589dd1da419531ead519ef (patch)
tree3380d8c3bd731513956203309bff3077d7d8eca6
parentagent: Improve a comment. (diff)
downloadgnupg2-010e4281c3e15e2f86589dd1da419531ead519ef.tar.xz
gnupg2-010e4281c3e15e2f86589dd1da419531ead519ef.zip
gpg: Make show-sig-subpackets work again.
* g10/gpg.c (parse_list_options): Fix offset for subpackets. -- Regression-due-to: 7d0492075ea638607309b3ea6a792b0e95ea7d98 GnuPG-bug-id: 2008 Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index d446e364d..10d8c2057 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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))
{