mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
pki: Mark explicit fall through
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 7c20875891)
This commit is contained in:
committed by
Andreas Schneider
parent
88d676cf1a
commit
929a6b7d50
@@ -112,7 +112,7 @@ int pki_ed25519_key_cmp(const ssh_key k1,
|
|||||||
if (cmp != 0) {
|
if (cmp != 0) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
/* FALL THROUGH */
|
FALL_THROUGH;
|
||||||
case SSH_KEY_CMP_PUBLIC:
|
case SSH_KEY_CMP_PUBLIC:
|
||||||
if (k1->ed25519_pubkey == NULL || k2->ed25519_pubkey == NULL) {
|
if (k1->ed25519_pubkey == NULL || k2->ed25519_pubkey == NULL) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user