gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed regression int


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed regression introduced by a5b2b99e4bbbcdc226fd9992382f4ccae44dfa50
Date: Tue, 28 Feb 2017 19:39:57 +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 1c714363 Fixed regression introduced by 
a5b2b99e4bbbcdc226fd9992382f4ccae44dfa50
1c714363 is described below

commit 1c71436380a355afe19d63e79a87b3219d4a455d
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue Feb 28 21:39:39 2017 +0300

    Fixed regression introduced by a5b2b99e4bbbcdc226fd9992382f4ccae44dfa50
---
 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 32112d16..4fd1b8c6 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3007,7 +3007,7 @@ MHD_get_timeout (struct MHD_Daemon *daemon,
       have_timeout = true;
     }
 
-  if (have_timeout)
+  if (! have_timeout)
     return MHD_NO;
   now = MHD_monotonic_sec_counter();
   if (earliest_deadline < now)

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



reply via email to

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