gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Cosmetic fix.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Cosmetic fix.
Date: Sat, 24 Mar 2018 04:03:33 +0100

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

silvioprog pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new cd50c5b3 Cosmetic fix.
cd50c5b3 is described below

commit cd50c5b3a374141ebfc38afdb20fa5643cb10253
Author: silvioprog <address@hidden>
AuthorDate: Sat Mar 24 00:03:11 2018 -0300

    Cosmetic fix.
---
 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 593a5b44..9c2ea2da 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -502,7 +502,7 @@ socket_start_extra_buffering (struct MHD_Connection 
*connection)
 #endif /* TCP_NODELAY */
   (void) connection; /* mute compiler warning, assertion below
                        may be compiled out! */
-  mhd_assert(NULL != connection); 
+  mhd_assert(NULL != connection);
 #if defined(TCP_NOPUSH) && !defined(TCP_CORK)
   /* Buffer data before sending */
   res = (0 == setsockopt (connection->socket_fd,

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



reply via email to

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