From 059707be320e993e7ee047e1e728ce9d6e67e4f7 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 2 Oct 2007 16:05:28 +0000 Subject: Renamed a couple of global variables to avoid shadowing warnings --- tests/libtest/lib509.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/lib509.c') diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 34749e2d3..f4dadce73 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -206,8 +206,8 @@ int test(char *URL) char ml_timedout = FALSE; char mp_timedout = FALSE; - if(arg2) { - portnum = atoi(arg2); + if(libtest_arg2) { + portnum = atoi(libtest_arg2); } if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { -- cgit v1.2.3