gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r35894 - libmicrohttpd/src/microhttpd
Date: Tue, 9 Jun 2015 00:06:02 +0200

Author: Karlson2k
Date: 2015-06-09 00:06:01 +0200 (Tue, 09 Jun 2015)
New Revision: 35894

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
fix used constant in send_param_adapter(), actually cosmetics only

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2015-06-08 21:57:59 UTC (rev 
35893)
+++ libmicrohttpd/src/microhttpd/daemon.c       2015-06-08 22:06:01 UTC (rev 
35894)
@@ -1102,7 +1102,7 @@
   if ( (connection->write_buffer_append_offset ==
        connection->write_buffer_send_offset) &&
        (NULL != connection->response) &&
-       (MHD_INVALID_SOCKET != (fd = connection->response->fd)) )
+       (-1 != (fd = connection->response->fd)) )
     {
       /* can use sendfile */
       offset = (off_t) connection->response_write_position + 
connection->response->fd_off;




reply via email to

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