mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Small patch from metze to add 3 parameters to vfs_init, as it requires
This commit is contained in:
parent
328c5a92a1
commit
4206ebb160
@ -84,7 +84,8 @@ static BOOL check_bool_param(const char *value)
|
||||
*
|
||||
* @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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user