svn commit: samba r23832 - in branches/SAMBA_3_2_0/source/modules: .

ab at samba.org ab at samba.org
Wed Jul 11 12:05:16 GMT 2007


Author: ab
Date: 2007-07-11 12:05:14 +0000 (Wed, 11 Jul 2007)
New Revision: 23832

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

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


Changeset:
Modified: branches/SAMBA_3_2_0/source/modules/vfs_readahead.c
===================================================================
--- branches/SAMBA_3_2_0/source/modules/vfs_readahead.c	2007-07-11 12:04:55 UTC (rev 23831)
+++ branches/SAMBA_3_2_0/source/modules/vfs_readahead.c	2007-07-11 12:05:14 UTC (rev 23832)
@@ -159,7 +159,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