mirror of
https://github.com/curl/curl.git
synced 2026-07-31 02:48:03 +03:00
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:
parent
e7584ed8cf
commit
217926b5db
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue