aboutsummaryrefslogtreecommitdiff
path: root/src/lib/request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/request.c')
-rw-r--r--src/lib/request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/request.c b/src/lib/request.c
index 6264111e..02cce55c 100644
--- a/src/lib/request.c
+++ b/src/lib/request.c
@@ -100,7 +100,7 @@ MHD_request_set_value (struct MHD_Request *request,
100{ 100{
101 struct MHD_HTTP_Header *pos; 101 struct MHD_HTTP_Header *pos;
102 102
103 pos = MHD_pool_allocate (request->pool, 103 pos = MHD_pool_allocate (request->connection->pool,
104 sizeof (struct MHD_HTTP_Header), 104 sizeof (struct MHD_HTTP_Header),
105 MHD_YES); 105 MHD_YES);
106 if (NULL == pos) 106 if (NULL == pos)