gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 52


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 52e995c0a7741967ab68883a63a8c7e70a4589ee
Date: Fri, 11 Nov 2016 11:24:49 +0100 (CET)

The branch, master has been updated
       via  52e995c0a7741967ab68883a63a8c7e70a4589ee (commit)
      from  b37c6545e7220e295050080a39b326e866fa589a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 52e995c0a7741967ab68883a63a8c7e70a4589ee
Author: Evgeny Grin (Karlson2k) <address@hidden>
Date:   Fri Nov 11 13:24:30 2016 +0300

    mhd_itc.c: fixed typo preventing build on Solaris and other systems.

-----------------------------------------------------------------------

Summary of changes:
 src/microhttpd/mhd_itc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_itc.c b/src/microhttpd/mhd_itc.c
index 53c496f..8f54479 100644
--- a/src/microhttpd/mhd_itc.c
+++ b/src/microhttpd/mhd_itc.c
@@ -58,7 +58,7 @@ MHD_itc_nonblocking_ (struct MHD_itc_ itc)
       return 0;
 
     if ( ((flags | O_NONBLOCK) != flags) &&
-         (0 != fcntl (pip.fd[i],
+         (0 != fcntl (itc.fd[i],
                       F_SETFL,
                       flags | O_NONBLOCK)) )
       return 0;


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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