mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
mhd_send: minor typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user