aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-12 12:32:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-12 12:32:19 +0000
commitfe8256cd9784987c3055043a2aa7be4a8c0699c7 (patch)
tree8a38fa441b4fa3c984b6c7f13af4ce0acf016e49
parente58dc5b68cab30d333d9ec4f8c1b281640216d2a (diff)
downloadlibmicrohttpd-fe8256cd9784987c3055043a2aa7be4a8c0699c7.tar.gz
libmicrohttpd-fe8256cd9784987c3055043a2aa7be4a8c0699c7.zip
cast
-rw-r--r--src/daemon/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index bbfb95f6..6c6144be 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -750,7 +750,7 @@ send_param_adapter (struct MHD_Connection *connection,
750 ret = sendfile (connection->socket_fd, 750 ret = sendfile (connection->socket_fd,
751 fd, 751 fd,
752 &offset, 752 &offset,
753 left); 753 (size_t) left);
754 if (ret != -1) 754 if (ret != -1)
755 return ret; 755 return ret;
756 if (EINTR == errno) 756 if (EINTR == errno)