summaryrefslogtreecommitdiffstats
path: root/source/lib/sendfile.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-03-14 20:07:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:28 -0500
commit8444c997bd3e18b1d04ebe85f06c8c6e34d7373f (patch)
treeace67b233e64d91e61ff0be4e4e7795120cb7ed5 /source/lib/sendfile.c
parent4cfd737cc1d8840888f80e360119eeb627acb381 (diff)
downloadsamba-8444c997bd3e18b1d04ebe85f06c8c6e34d7373f.tar.gz
samba-8444c997bd3e18b1d04ebe85f06c8c6e34d7373f.tar.xz
samba-8444c997bd3e18b1d04ebe85f06c8c6e34d7373f.zip
r14393: Fix a couple of AIX warnings.
Jeremy.
Diffstat (limited to 'source/lib/sendfile.c')
-rw-r--r--source/lib/sendfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/sendfile.c b/source/lib/sendfile.c
index f9f33b8f35e..f4f6e16526f 100644
--- a/source/lib/sendfile.c
+++ b/source/lib/sendfile.c
@@ -404,7 +404,6 @@ ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T of
ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count)
{
- size_t total=0;
struct sf_parms hdtrl;
/* Set up the header/trailer struct params. */