aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-25 13:15:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-25 13:15:43 +0000
commitc7729110a0f784a2ba3a847586e0b418725db696 (patch)
treefc8462fa5c4a3b356b95c8125ca91e9ea8f3e4e4 /src/daemon
parent67bd27b5c1827e9a1c4d122ef21e5371623da990 (diff)
downloadlibmicrohttpd-c7729110a0f784a2ba3a847586e0b418725db696.tar.gz
libmicrohttpd-c7729110a0f784a2ba3a847586e0b418725db696.zip
release
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index 6740cc23..8cc6e946 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -342,7 +342,7 @@ try_ready_normal_body (struct MHD_Connection *connection)
342 return MHD_YES; 342 return MHD_YES;
343 } 343 }
344#endif 344#endif
345 345
346 ret = response->crc (response->crc_cls, 346 ret = response->crc (response->crc_cls,
347 connection->response_write_position, 347 connection->response_write_position,
348 response->data, 348 response->data,