mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix straggler
contrib/pgcrypto did contain an unedited fall-through marker after all.
This commit is contained in:
parent
3e9744465d
commit
87c291e29d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user