aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection.c')
-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 229ab6b5..70e1ad91 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -660,7 +660,7 @@ build_header_response (struct MHD_Connection *connection)
660 kind = MHD_HEADER_KIND; 660 kind = MHD_HEADER_KIND;
661 if ( (0 == (connection->daemon->options & MHD_SUPPRESS_DATE_NO_CLOCK)) && 661 if ( (0 == (connection->daemon->options & MHD_SUPPRESS_DATE_NO_CLOCK)) &&
662 (NULL == MHD_get_response_header (connection->response, 662 (NULL == MHD_get_response_header (connection->response,
663 MHD_HTTP_HEADER_DATE)) 663 MHD_HTTP_HEADER_DATE)) )
664 get_date_string (date); 664 get_date_string (date);
665 else 665 else
666 date[0] = '\0'; 666 date[0] = '\0';