gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 74/154: fix failure to build.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 74/154: fix failure to build.
Date: Mon, 19 Aug 2019 10:16:26 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit e1807005969ccf5d0a9b53d9f8eb8f329e509e3e
Author: ng0 <address@hidden>
AuthorDate: Wed Jul 24 15:53:51 2019 +0000

    fix failure to build.
---
 src/microhttpd/connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index b09425b4..03f8e192 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3425,8 +3425,8 @@ MHD_connection_handle_write (struct MHD_Connection 
*connection)
                                             
[connection->write_buffer_send_offset],
                                             
connection->write_buffer_append_offset -
                                             
connection->write_buffer_send_offset,
-                                            response_body,
-                                            response_size);
+                                            connection->response->data,
+                                            
connection->response->data_buffer_size);
         }
 
       if (ret < 0)

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



reply via email to

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