aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_head.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_head.c')
-rw-r--r--src/testcurl/test_head.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_head.c b/src/testcurl/test_head.c
index f435a4f4..6ce78217 100644
--- a/src/testcurl/test_head.c
+++ b/src/testcurl/test_head.c
@@ -435,7 +435,7 @@ setCURL_rq_path (CURL *c, int uri_exist)
435 435
436 436
437static CURL * 437static CURL *
438setupCURL (void *cbc, unsigned int port, 438setupCURL (void *cbc, uint16_t port,
439 struct headers_check_result *hdr_chk_result) 439 struct headers_check_result *hdr_chk_result)
440{ 440{
441 CURL *c; 441 CURL *c;
@@ -715,7 +715,7 @@ testHead (void)
715 cbc.size = sizeof (buf); 715 cbc.size = sizeof (buf);
716 cbc.pos = 0; 716 cbc.pos = 0;
717 memset (cbc.buf, 0, cbc.size); 717 memset (cbc.buf, 0, cbc.size);
718 c = setupCURL (&cbc, (unsigned int) port, &rp_headers_check); 718 c = setupCURL (&cbc, port, &rp_headers_check);
719 setCURL_rq_path (c, 1); 719 setCURL_rq_path (c, 1);
720 multi_reuse = NULL; 720 multi_reuse = NULL;
721 /* First request */ 721 /* First request */