commit f824f0352c7dafad9408ace661d6cbe48906c86d parent 5181cf5a6ec2af8cb4e98ebcea7d492149604509 Author: ng0 <ng0@n0.is> Date: Mon, 17 Jun 2019 16:52:28 +0000 mhd_send: minor typo Diffstat:
| M | src/microhttpd/mhd_send.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);