gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: MHD_connection_handl


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: MHD_connection_handle_idle(): fixed missing bracket
Date: Wed, 15 Mar 2017 22:26:35 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new de821749 MHD_connection_handle_idle(): fixed missing bracket
de821749 is described below

commit de8217492bec2f08c985fd1a871fe2e6a5b753a6
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Mar 16 00:26:22 2017 +0300

    MHD_connection_handle_idle(): fixed missing bracket
---
 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 c8333817..74238a1b 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3221,7 +3221,7 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
   ret = MHD_YES;
 #ifdef EPOLL_SUPPORT
   if ( (! connection->suspended) &&
-       (0 != (daemon->options & MHD_USE_EPOLL))
+       (0 != (daemon->options & MHD_USE_EPOLL)) )
     {
       ret = MHD_connection_epoll_update_ (connection);
     }

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



reply via email to

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