Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-04-20 16:07:55 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-04-20 16:07:55 +0300
commit1e1dbac949c573bcaec90ba78d1fd7feb861a78f (patch)
tree60369e2600c5d58b59ecf69e279d4b913e0cc461 /tests
parent0b614eec1c789b286f0779883a9722f340daf297 (diff)
parent6da7abd84c7d80ddb4e9ac8a8197549308cf55e5 (diff)
.......... [ZBX-20638] updated to latest release/6.0
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c b/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
index 9226f24cc8d..c46930c547a 100644
--- a/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
+++ b/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
@@ -128,7 +128,7 @@ CURLcode __wrap_curl_easy_setopt(CURL *easyhandle, int opt, void *val)
req_url = zbx_strdup(req_url, (char*)val);
break;
case CURLOPT_WRITEFUNCTION:
- cb_ptr = val;
+ *(void **)(&cb_ptr) = val;
break;
case CURLOPT_WRITEDATA:
page_data = val;