[PATCH] small fix to recycle.c

Stefan (metze) Metzmacher metze at metzemix.de
Mon Oct 21 10:45:01 GMT 2002


Hi,

here's a small fix to recycle.c

the vfs_init function should have 3 parameters...(but it also works with two)



metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <metze at metzemix.de>
-------------- next part --------------
diff -Npur --exclude=CVS --exclude=*.bak --exclude=*.o --exclude=*.po --exclude=.#* HEAD/examples/VFS/recycle.c HEAD-fix/examples/VFS/recycle.c
--- HEAD/examples/VFS/recycle.c	Mon Sep  9 08:08:55 2002
+++ HEAD-fix/examples/VFS/recycle.c	Mon Oct 21 12:31:30 2002
@@ -84,7 +84,8 @@ static BOOL check_bool_param(const char 
  *
  * @retval initialised vfs_op_tuple array
  **/
-vfs_op_tuple *vfs_init(int *vfs_version, struct vfs_ops *def_vfs_ops)
+vfs_op_tuple *vfs_init(int *vfs_version, struct vfs_ops *def_vfs_ops,
+			struct smb_vfs_handle_struct *vfs_handle)
 {
 	DEBUG(10, ("Initializing VFS module recycle\n"));
 	*vfs_version = SMB_VFS_INTERFACE_VERSION;


More information about the samba-technical mailing list