aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib509.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-10-02 16:05:28 +0000
committerYang Tse <yangsita@gmail.com>2007-10-02 16:05:28 +0000
commit059707be320e993e7ee047e1e728ce9d6e67e4f7 (patch)
tree0882a7d75203a65e0d7df64d568a2b99c153f21f /tests/libtest/lib509.c
parent048bfeaaefe04001b6610b45a6ab6cfa02bcffd3 (diff)
Renamed a couple of global variables to avoid shadowing warnings
Diffstat (limited to 'tests/libtest/lib509.c')
-rw-r--r--tests/libtest/lib509.c4
1 files changed, 2 insertions, 2 deletions
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) {