aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/session.c')
-rw-r--r--src/daemon/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/session.c b/src/daemon/session.c
index fa19f6b8..29222968 100644
--- a/src/daemon/session.c
+++ b/src/daemon/session.c
@@ -488,7 +488,7 @@ MHD_add_extra_headers(struct MHD_Session * session) {
488 "close"); 488 "close");
489 } else if (NULL == MHD_get_response_header(session->response, 489 } else if (NULL == MHD_get_response_header(session->response,
490 "Content-length")) { 490 "Content-length")) {
491 SNPRINTF(buf, 491 _REAL_SNPRINTF(buf,
492 128, 492 128,
493 "%llu", 493 "%llu",
494 (unsigned long long) session->response->total_size); 494 (unsigned long long) session->response->total_size);