aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib504.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib504.c')
-rw-r--r--tests/libtest/lib504.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index 6bfbe4dde..a6e988657 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -53,7 +53,7 @@ int test(char *URL)
/* the point here being that there must not run anything on the given
proxy port */
- curl_easy_setopt(c, CURLOPT_PROXY, arg2);
+ curl_easy_setopt(c, CURLOPT_PROXY, libtest_arg2);
curl_easy_setopt(c, CURLOPT_URL, URL);
curl_easy_setopt(c, CURLOPT_VERBOSE, 1);