commit 8e03bbc69407c99cf9272546707bdba760f28a1d
parent dcc7066746037f61e9645b70d6526a44efdba093
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Fri, 22 Jul 2016 11:01:38 +0000
connection.c: fixed build without messages (#endif placement)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -1805,8 +1805,8 @@ process_request_body (struct MHD_Connection *connection)
(MHD_NO == connection->suspended) )
MHD_DLOG (connection->daemon,
"WARNING: incomplete POST processing and connection not suspended will result in hung connection.\n");
- }
#endif
+ }
used -= processed;
if (connection->have_chunked_upload == MHD_YES)
connection->current_chunk_offset += used;