lib2032: fix correctly

Without changing code.
Previous iteration triggered the torture tests:
https://github.com/curl/curl/actions/runs/16353901487/job/46207376778?pr=17955#step:41:4212
This commit is contained in:
Viktor Szakats 2025-07-17 21:42:08 +02:00
parent e7584ed8cf
commit 217926b5db
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -142,7 +142,7 @@ static CURLcode test_lib2032(char *URL) /* libntlmconnect */
"testuser:testpass");
easy_setopt(ntlm_easy[num_handles], CURLOPT_WRITEFUNCTION, callback);
easy_setopt(ntlm_easy[num_handles], CURLOPT_WRITEDATA,
ntlm_easy[num_handles]);
(void *)(ntlm_easy + num_handles));
easy_setopt(ntlm_easy[num_handles], CURLOPT_HEADER, 1L);
multi_add_handle(multi, ntlm_easy[num_handles]);