mhd_send: minor typo

This commit is contained in:
ng0
2019-06-17 16:52:28 +00:00
parent 7e37d74f3f
commit a9f1256523
+1 -1
View File
@@ -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);