summaryrefslogtreecommitdiff
path: root/tests/unit/unit1609.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unit1609.c')
-rw-r--r--tests/unit/unit1609.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit1609.c b/tests/unit/unit1609.c
index 76d295b7c..ee04da2ad 100644
--- a/tests/unit/unit1609.c
+++ b/tests/unit/unit1609.c
@@ -147,7 +147,7 @@ UNITTEST_START
addr = dns ? dns->addr : NULL;
for(j = 0; j < addressnum; ++j) {
- long port = 0;
+ int port = 0;
char ipaddress[MAX_IPADR_LEN] = {0};
if(!addr && !tests[i].address[j])