diff options
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index bcf479ac5..cb181e8f6 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -1855,7 +1855,7 @@ main ( int argc, char **argv) case aListChain: case aDumpChain: - ctrl.with_chain = 1; + ctrl.with_chain = 1; /* fall through */ case aListKeys: case aDumpKeys: case aListExternalKeys: |