Author: ab
Date: 2007-07-11 12:04:55 +0000 (Wed, 11 Jul 2007)
New Revision: 23831

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23831

Log:
Fix vfs_readahead: transparent modules should always pass through
Modified:
   branches/SAMBA_3_2/source/modules/vfs_readahead.c


Changeset:
Modified: branches/SAMBA_3_2/source/modules/vfs_readahead.c
===================================================================
--- branches/SAMBA_3_2/source/modules/vfs_readahead.c   2007-07-11 12:04:27 UTC 
(rev 23830)
+++ branches/SAMBA_3_2/source/modules/vfs_readahead.c   2007-07-11 12:04:55 UTC 
(rev 23831)
@@ -159,7 +159,7 @@
 
        handle->data = (void *)rhd;
        handle->free_data = free_readahead_data;
-       return 0;
+       return SMB_VFS_NEXT_CONNECT(handle, service, user);
 }
 
 /*******************************************************************

Reply via email to