gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Missing change in 78


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Missing change in 78295468b0956b92f49aaeba6bc76cc323cb063a
Date: Tue, 28 Feb 2017 19:29:41 +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 80939fd6 Missing change in 78295468b0956b92f49aaeba6bc76cc323cb063a
80939fd6 is described below

commit 80939fd617e69ce4ad22d3d2323439cdac5f6070
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue Feb 28 21:29:20 2017 +0300

    Missing change in 78295468b0956b92f49aaeba6bc76cc323cb063a
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 2e3d8833..32112d16 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3103,7 +3103,7 @@ MHD_run_from_select (struct MHD_Daemon *daemon,
       prev = daemon->connections_tail;
       while (NULL != (pos = prev))
         {
-         prev = pos->next;
+         prev = pos->prev;
           ds = pos->socket_fd;
           if (MHD_INVALID_SOCKET == ds)
            continue;

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



reply via email to

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