aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib523.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib523.c')
-rw-r--r--tests/libtest/lib523.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib523.c b/tests/libtest/lib523.c
index 6ddfc947f..c6c8e2e31 100644
--- a/tests/libtest/lib523.c
+++ b/tests/libtest/lib523.c
@@ -26,7 +26,7 @@ int test(char *URL)
return TEST_ERR_MAJOR_BAD;
}
- curl_easy_setopt(curl, CURLOPT_PROXY, arg2);
+ curl_easy_setopt(curl, CURLOPT_PROXY, libtest_arg2);
curl_easy_setopt(curl, CURLOPT_URL, URL);
curl_easy_setopt(curl, CURLOPT_PORT, 19999);
curl_easy_setopt(curl, CURLOPT_USERPWD, "xxx:yyy");