aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:26 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:26 +0000
commit5176c75854736ad6514a76778cb81ba93bdfff71 (patch)
tree6ae65d96ff6397461870ffa9d0aa17cc7106dcf2 /src/daemon
parent21acb929f578eb8f876c235669b78d6b213ec315 (diff)
downloadlibmicrohttpd-5176c75854736ad6514a76778cb81ba93bdfff71.tar.gz
libmicrohttpd-5176c75854736ad6514a76778cb81ba93bdfff71.zip
formatting
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 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 {