Fix straggler

contrib/pgcrypto did contain an unedited fall-through marker after all.
This commit is contained in:
Alvaro Herrera 2020-05-12 16:15:55 -04:00
parent 3e9744465d
commit 87c291e29d
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

@ -169,7 +169,7 @@ pgp_get_keyid(MBuf *pgp_data, char *dst)
break;
case PGP_PKT_SYMENCRYPTED_SESSKEY:
got_symenc_key++;
/* fall through */
/* FALLTHROUGH */
case PGP_PKT_SIGNATURE:
case PGP_PKT_MARKER:
case PGP_PKT_TRUST: