mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +01:00
Remove needless double statements.
This commit is contained in:
committed by
Milan Broz
parent
3d89faca18
commit
e4d25d18eb
@@ -1694,7 +1694,7 @@ static void VerityTest(void)
|
||||
|
||||
OK_(crypt_activate_by_volume_key(cd, NULL, root_hash, 32, 0));
|
||||
OK_(crypt_set_data_device(cd, DEVICE_1));
|
||||
FAIL_(crypt_activate_by_volume_key(cd, NULL, root_hash, 32, 0), "Data corrupted");;
|
||||
FAIL_(crypt_activate_by_volume_key(cd, NULL, root_hash, 32, 0), "Data corrupted");
|
||||
|
||||
OK_(crypt_set_data_device(cd, DEVICE_EMPTY));
|
||||
if (crypt_activate_by_volume_key(cd, CDEVICE_1, root_hash, 32,
|
||||
|
||||
Reference in New Issue
Block a user