fixes
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2024-08-23 22:02:47 -05:00
parent b0a42cb488
commit a7c1bbbb1b
2 changed files with 21 additions and 28 deletions

View File

@ -109,7 +109,7 @@ auto read_encrypted_range(const http_range &range,
source_offset = 0U;
}
return false;
return true;
}
#endif // defined(PROJECT_ENABLE_CURL)
} // namespace repertory::utils::encryption