fix
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...
BlockStorage/repertory/pipeline/pr-master Build queued...

This commit is contained in:
2025-07-24 08:19:52 -05:00
parent ce192c086f
commit b7ee3db424

View File

@@ -33,6 +33,8 @@ void curl_shared::cleanup() {
}
auto curl_shared::init() -> bool {
REPERTORY_USES_FUNCTION_NAME();
auto res = curl_global_init(CURL_GLOBAL_ALL);
if (res != 0) {
utils::error::handle_error(function_name,