aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c4
1 files 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,
720 720
721 r = MHD_create_response_from_data (size, 721 r = MHD_create_response_from_data (size,
722 buffer, 722 buffer,
723 GNUNET_YES, 723 MHD_YES,
724 GNUNET_NO); 724 MHD_NO);
725 if (NULL == r) 725 if (NULL == r)
726 return r; 726 return r;
727 r->crfc = crfc; 727 r->crfc = crfc;