gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 04/154: mhd_send: minor typo


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 04/154: mhd_send: minor typo
Date: Mon, 19 Aug 2019 10:15:16 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit f824f0352c7dafad9408ace661d6cbe48906c86d
Author: ng0 <address@hidden>
AuthorDate: Mon Jun 17 16:52:28 2019 +0000

    mhd_send: minor typo
---
 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
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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]