diff options
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index a942c2e5f..d9d658b1c 100644 --- a/g10/import.c +++ b/g10/import.c @@ -868,7 +868,7 @@ read_block( IOBUF a, int with_meta, pkt = NULL; goto ready; } - in_cert = 1; + in_cert = 1; /* fall through */ default: x_default: if (in_cert && valid_keyblock_packet (pkt->pkttype)) |