summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_readahead.c
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2007-07-11 12:04:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:31 -0500
commit5dbce9081c625b78a76eb02fbe470991baca07dc (patch)
tree3445be2aeb0f776342f5b828ebdc12fa38a440c2 /source3/modules/vfs_readahead.c
parente7705f9eb920715b95a331e2f3c1f1c60258ac18 (diff)
downloadsamba-5dbce9081c625b78a76eb02fbe470991baca07dc.tar.gz
samba-5dbce9081c625b78a76eb02fbe470991baca07dc.tar.bz2
samba-5dbce9081c625b78a76eb02fbe470991baca07dc.zip
r23831: Fix vfs_readahead: transparent modules should always pass through
(This used to be commit 800cf5c81c12985922f34610473d746458c85f90)
Diffstat (limited to 'source3/modules/vfs_readahead.c')
-rw-r--r--source3/modules/vfs_readahead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_readahead.c b/source3/modules/vfs_readahead.c
index 8719f53948..5dab8cb916 100644
--- a/source3/modules/vfs_readahead.c
+++ b/source3/modules/vfs_readahead.c
@@ -159,7 +159,7 @@ static int readahead_connect(struct vfs_handle_struct *handle,
handle->data = (void *)rhd;
handle->free_data = free_readahead_data;
- return 0;
+ return SMB_VFS_NEXT_CONNECT(handle, service, user);
}
/*******************************************************************