From 9f218e838a44b44409edf50c00b84859c4fe90c9 Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Wed, 27 Mar 2024 13:44:33 +0100 Subject: [PATCH] Update sdk/ext/ovirtsdk4c/ov_http_client.c Thanks Co-authored-by: eremeyev --- sdk/ext/ovirtsdk4c/ov_http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/ext/ovirtsdk4c/ov_http_client.c b/sdk/ext/ovirtsdk4c/ov_http_client.c index 0dcc11a..65e3f41 100644 --- a/sdk/ext/ovirtsdk4c/ov_http_client.c +++ b/sdk/ext/ovirtsdk4c/ov_http_client.c @@ -491,7 +491,7 @@ static int ov_http_client_debug_function(CURL* handle, curl_infotype type, char* ov_http_transfer_ptr(transfer, transfer_ptr); /* The global interpreter lock may be acquired or not, so we need to check and either call the task directly - or else call it after acquiring the lock. Note that the `ruby_thread_has_gvl_p` function that we ue to + or else call it after acquiring the lock. Note that the `ruby_thread_has_gvl_p` function that we use to check if the GVL is acquired is marked as experimental, and not defined in `thread.h`, so it may be removed at any time, but I didn't find any other way to check if the GVL is acquired. */ context.client = transfer_ptr->client;