From 7904ec49e5f0cced2c5d90e41720fd08ecc53fa1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 Jul 2026 10:45:48 +0200 Subject: [PATCH] minor fix --- tests/libtest/lib2017.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib2017.c b/tests/libtest/lib2017.c index ce236a94ca..447dd93dff 100644 --- a/tests/libtest/lib2017.c +++ b/tests/libtest/lib2017.c @@ -87,7 +87,7 @@ static CURLcode test_lib2017(const char *URL) if(!result2) curl_mfprintf(stderr, "Option %d unexpectedly OK for CR", (int)o); - result3 = curl_easy_setopt(curl, opts[i], &bothlist); + result3 = curl_easy_setopt(curl, opts[i], bothlist); if(!result3) curl_mfprintf(stderr, "Option %d unexpectedly OK for CR+LF", (int)o);