svn commit: samba r23830 - in branches/SAMBA_3_0_25/source/modules: .

ab at samba.org ab at samba.org
Wed Jul 11 12:04:28 GMT 2007


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

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

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


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



More information about the samba-cvs mailing list