aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/mhd_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index b2a52ba7..69239acc 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -337,7 +337,7 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
337 337
338#if HAVE_SENDMSG 338#if HAVE_SENDMSG
339 struct msghdr msg; 339 struct msghdr msg;
340 memset(&msg, 0, sizeof(msg)); 340 memset(&msg, 0, sizeof(struct msghdr));
341 341
342 msg.msg_iov = vector; 342 msg.msg_iov = vector;
343 msg.msg_iovlen = 2; 343 msg.msg_iovlen = 2;