Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libfvde/libfvde_encrypted_metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -5636,9 +5636,9 @@ int libfvde_encrypted_metadata_read_from_file_io_handle(

return( -1 );
}
else if( result != 0 )
else
{
empty_block_found = 1;
empty_block_found = result;
}
if( empty_block_found != 0 )
{
Expand Down