[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] branch master updated: daemon.c: fixed build
From: |
gnunet |
Subject: |
[libmicrohttpd] branch master updated: daemon.c: fixed build |
Date: |
Sun, 20 Dec 2020 19:17:47 +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 70201b59 daemon.c: fixed build
70201b59 is described below
commit 70201b593e8746b576418b81ee081c6fec9103f3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Dec 20 21:17:01 2020 +0300
daemon.c: fixed build
Regression from 822802f218306abd12e6dffc880b9bdbd4677169
---
src/microhttpd/daemon.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 94cb4d55..81c9d22d 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2375,7 +2375,6 @@ new_connection_prepare_ (struct MHD_Daemon *daemon,
struct MHD_Connection *connection;
int eno = 0;
- mhd_assert (NULL != pconnection);
#ifdef MHD_socket_nosignal_
if (! MHD_socket_nosignal_ (client_socket))
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] branch master updated: daemon.c: fixed build,
gnunet <=