From 0ce94a9698104d9bfc73d5a37478189564c96eb4 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 10 May 2017 11:01:15 +0900 Subject: g10, sm, dirmngr, common: Add comment for fall through. * common/b64dec.c (b64dec_proc): Comment to clarify. * dirmngr/cdblib.c (cdb_make_put): Use same pattern to clarify. * dirmngr/dirmngr-client.c (read_pem_certificate): Likewise. * dirmngr/ks-engine-hkp.c (ks_hkp_get): Likewise. * g10/armor.c (unarmor_pump): Likewise. * g10/gpg.c (main): Likewise. * g10/import.c (read_block): Likewise. * g10/keygen.c (make_backsig): Likewise. * g10/pkclist.c (check_signatures_trust): Likewise. * sm/gpgsm.c (main): Likewise. Signed-off-by: NIIBE Yutaka --- g10/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/import.c') 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)) -- cgit v1.2.3