summaryrefslogtreecommitdiffstats
path: root/source/modules/vfs_cacheprime.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/vfs_cacheprime.c')
-rw-r--r--source/modules/vfs_cacheprime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/vfs_cacheprime.c b/source/modules/vfs_cacheprime.c
index 6eb74e66edd..4ac78437c30 100644
--- a/source/modules/vfs_cacheprime.c
+++ b/source/modules/vfs_cacheprime.c
@@ -154,7 +154,7 @@ static ssize_t cprime_read(
SMB_VFS_LSEEK(fsp, fd, offset, SEEK_SET);
}
- return SMB_VFS_NEXT_READ(handle, fsp, fd, data, count);
+ return SMB_VFS_NEXT_READ(handle, fsp, data, count);
}
static ssize_t cprime_pread(