mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Fix some signed/unsigned warnings.
This commit is contained in:
@@ -1210,7 +1210,7 @@ static int action_luksKillSlot(void)
|
||||
break;
|
||||
case CRYPT_SLOT_INACTIVE:
|
||||
log_err(_("Keyslot %d is not active."), opt_key_slot);
|
||||
/* pass through */
|
||||
/* fall through */
|
||||
case CRYPT_SLOT_INVALID:
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user