Remove needless double statements.

This commit is contained in:
Ondrej Kozina
2024-08-26 11:56:11 +02:00
committed by Milan Broz
parent 3d89faca18
commit e4d25d18eb
5 changed files with 5 additions and 5 deletions

View File

@@ -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,