diff options
Diffstat (limited to 'src/microhttpd/test_shutdown_select.c')
-rw-r--r-- | src/microhttpd/test_shutdown_select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c index 9f68fd05..8bdafde7 100644 --- a/src/microhttpd/test_shutdown_select.c +++ b/src/microhttpd/test_shutdown_select.c | |||
@@ -322,7 +322,7 @@ main (int argc, char *const *argv) | |||
322 | */ | 322 | */ |
323 | for (i = 0; i < 5 && result == 0; i++) | 323 | for (i = 0; i < 5 && result == 0; i++) |
324 | { | 324 | { |
325 | MHD_thread_handle_ sel_thrd; | 325 | MHD_thread_handle_native_ sel_thrd; |
326 | /* fprintf(stdout, "Creating, binding and listening socket...\n"); */ | 326 | /* fprintf(stdout, "Creating, binding and listening socket...\n"); */ |
327 | MHD_socket listen_socket = start_socket_listen (AF_INET); | 327 | MHD_socket listen_socket = start_socket_listen (AF_INET); |
328 | if (MHD_INVALID_SOCKET == listen_socket) | 328 | if (MHD_INVALID_SOCKET == listen_socket) |