aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_client_put_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_client_put_stop.c')
-rw-r--r--src/microhttpd/test_client_put_stop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c
index 03a9e87c..b4167870 100644
--- a/src/microhttpd/test_client_put_stop.c
+++ b/src/microhttpd/test_client_put_stop.c
@@ -2011,7 +2011,7 @@ static int
2011testInternalGet (enum testMhdPollType pollType) 2011testInternalGet (enum testMhdPollType pollType)
2012{ 2012{
2013 struct MHD_Daemon *d; 2013 struct MHD_Daemon *d;
2014 int d_port = global_port; /* Daemon's port */ 2014 uint16_t d_port = global_port; /* Daemon's port */
2015 struct ahc_cls_type *ahc_param; 2015 struct ahc_cls_type *ahc_param;
2016 struct check_uri_cls *uri_cb_param; 2016 struct check_uri_cls *uri_cb_param;
2017 struct term_notif_cb_param *term_result; 2017 struct term_notif_cb_param *term_result;
@@ -2027,7 +2027,7 @@ static int
2027testMultithreadedGet (enum testMhdPollType pollType) 2027testMultithreadedGet (enum testMhdPollType pollType)
2028{ 2028{
2029 struct MHD_Daemon *d; 2029 struct MHD_Daemon *d;
2030 int d_port = global_port; /* Daemon's port */ 2030 uint16_t d_port = global_port; /* Daemon's port */
2031 struct ahc_cls_type *ahc_param; 2031 struct ahc_cls_type *ahc_param;
2032 struct check_uri_cls *uri_cb_param; 2032 struct check_uri_cls *uri_cb_param;
2033 struct term_notif_cb_param *term_result; 2033 struct term_notif_cb_param *term_result;
@@ -2042,7 +2042,7 @@ static int
2042testMultithreadedPoolGet (enum testMhdPollType pollType) 2042testMultithreadedPoolGet (enum testMhdPollType pollType)
2043{ 2043{
2044 struct MHD_Daemon *d; 2044 struct MHD_Daemon *d;
2045 int d_port = global_port; /* Daemon's port */ 2045 uint16_t d_port = global_port; /* Daemon's port */
2046 struct ahc_cls_type *ahc_param; 2046 struct ahc_cls_type *ahc_param;
2047 struct check_uri_cls *uri_cb_param; 2047 struct check_uri_cls *uri_cb_param;
2048 struct term_notif_cb_param *term_result; 2048 struct term_notif_cb_param *term_result;