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 476d1c89..48f93dfd 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -594,7 +594,7 @@ MHD_parse_connection_headers (struct MHD_Connection *connection)
594 594
595 if (connection->bodyReceived == 1) 595 if (connection->bodyReceived == 1)
596 abort (); 596 abort ();
597 colon = NULL; /* make gcc happy */ 597 colon = NULL; /* make gcc happy */
598 last = NULL; 598 last = NULL;
599 while (NULL != (line = MHD_get_next_header_line (connection))) 599 while (NULL != (line = MHD_get_next_header_line (connection)))
600 { 600 {