aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:37:48 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:37:48 +0000
commitc311027f28797ef8dc692baa84a898bda033c410 (patch)
tree4296d1c6e4a083933553482789f1593f281c824e /src/testcurl/https/test_https_get_select.c
parentcc5f66001e7227b7cba4046807c3b08e246bdfc7 (diff)
downloadlibmicrohttpd-c311027f28797ef8dc692baa84a898bda033c410.tar.gz
libmicrohttpd-c311027f28797ef8dc692baa84a898bda033c410.zip
Implement MHD_socket, MHD_INVALID_SOCKET
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index ad3142d6..1631c2a7 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -84,7 +84,7 @@ testExternalGet (int flags)
84 fd_set rs; 84 fd_set rs;
85 fd_set ws; 85 fd_set ws;
86 fd_set es; 86 fd_set es;
87 int max; 87 MHD_socket max;
88 int running; 88 int running;
89 struct CURLMsg *msg; 89 struct CURLMsg *msg;
90 time_t start; 90 time_t start;