gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/02: fix ftbfs


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: fix ftbfs
Date: Mon, 12 Nov 2018 19:53:04 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit e1f2253a387715a69e7653ddd1ece2d1b7872175
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Nov 12 19:51:52 2018 +0100

    fix ftbfs
---
 src/microhttpd/response.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 08b7805d..21e23a8a 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -720,8 +720,8 @@ MHD_create_response_from_buffer_with_free_callback (size_t 
size,
 
   r = MHD_create_response_from_data (size,
                                     buffer,
-                                    GNUNET_YES,
-                                    GNUNET_NO);
+                                    MHD_YES,
+                                    MHD_NO);
   if (NULL == r)
     return r;
   r->crfc = crfc;

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



reply via email to

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