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);