gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5285 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5285 - libmicrohttpd/src/daemon
Date: Sun, 8 Jul 2007 22:23:56 -0600 (MDT)

Author: grothoff
Date: 2007-07-08 22:23:56 -0600 (Sun, 08 Jul 2007)
New Revision: 5285

Modified:
   libmicrohttpd/src/daemon/connection.c
Log:
fix

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2007-07-09 03:37:43 UTC (rev 
5284)
+++ libmicrohttpd/src/daemon/connection.c       2007-07-09 04:23:56 UTC (rev 
5285)
@@ -504,12 +504,13 @@
        loop since we need to be able to inspect
        the *next* header line (in case it starts
        with a space...) */
+    last = line;
   }
   if (last != NULL) {
     MHD_connection_add_header(connection,
-                          last,
-                          colon,
-                          MHD_HEADER_KIND);
+                             last,
+                             colon,
+                             MHD_HEADER_KIND);
     free(last);
   }
   MHD_parse_cookie_header(connection);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]