gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/04: sendfile_adapter(): fixed wrong type


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/04: sendfile_adapter(): fixed wrong type of return variable
Date: Sun, 01 Oct 2017 16:02:55 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 6c49371c2b1e31abef4251bf4dbc514d7da53bdd
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Oct 1 14:03:04 2017 +0300

    sendfile_adapter(): fixed wrong type of return variable
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index b30c6d1b..daa49824 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -229,7 +229,7 @@ send_param_adapter (struct MHD_Connection *connection,
 static ssize_t
 sendfile_adapter (struct MHD_Connection *connection)
 {
-  int ret;
+  ssize_t ret;
   const int file_fd = connection->response->fd;
   uint64_t left;
   uint64_t offsetu64;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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