aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_sockets.c')
-rw-r--r--src/microhttpd/mhd_sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index 47c2d9dc..ddcc1f25 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -468,7 +468,7 @@ MHD_socket_noninheritable_ (MHD_socket sock)
468 * @return created socket or MHD_INVALID_SOCKET in case of errors 468 * @return created socket or MHD_INVALID_SOCKET in case of errors
469 */ 469 */
470MHD_socket 470MHD_socket
471MHD_socket_create_listen_ (int use_ipv6) 471MHD_socket_create_listen_ (bool use_ipv6)
472{ 472{
473 int domain; 473 int domain;
474 MHD_socket fd; 474 MHD_socket fd;