gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 71/154: lisp sneeks in.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 71/154: lisp sneeks in.
Date: Mon, 19 Aug 2019 10:16:23 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 3d6e8187a816d1e5f1617604b090c220d5cd4ea5
Author: ng0 <address@hidden>
AuthorDate: Wed Jul 24 13:33:55 2019 +0000

    lisp sneeks in.
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 02f065a0..3275a3d5 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -463,7 +463,7 @@ sendfile_adapter (struct MHD_Connection *connection)
 #endif /* HAVE_FREEBSD_SENDFILE */
 
   ret = lo_ret;
-  (if 0 > ret)
+  if (0 > ret)
     {
       /* ! could be avoided by redefining the variable. */
       have_cork = ! connection->sk_tcp_nodelay_on;

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



reply via email to

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