gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37560 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37560 - libmicrohttpd/src/microhttpd
Date: Fri, 22 Jul 2016 13:01:38 +0200

Author: Karlson2k
Date: 2016-07-22 13:01:38 +0200 (Fri, 22 Jul 2016)
New Revision: 37560

Modified:
   libmicrohttpd/src/microhttpd/connection.c
Log:
connection.c: fixed build without messages (#endif placement)

Modified: libmicrohttpd/src/microhttpd/connection.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection.c   2016-07-22 07:52:50 UTC (rev 
37559)
+++ libmicrohttpd/src/microhttpd/connection.c   2016-07-22 11:01:38 UTC (rev 
37560)
@@ -1805,8 +1805,8 @@
               (MHD_NO == connection->suspended) )
            MHD_DLOG (connection->daemon,
                      "WARNING: incomplete POST processing and connection not 
suspended will result in hung connection.\n");
+#endif
        }
-#endif
       used -= processed;
       if (connection->have_chunked_upload == MHD_YES)
         connection->current_chunk_offset += used;




reply via email to

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