diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c index b3d29942..1031426d 100644 --- a/src/microhttpd/mhd_send.c +++ b/src/microhttpd/mhd_send.c @@ -209,7 +209,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection, } } } -if (MHD_SendSocketOptionsi == 1) +if (MHD_SendSocketOptions == 1) { #ifdef MSG_MORE num_bytes = send (s, buffer, buffer_size, MSG_MORE);