1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

VFS layer should be TRANSPARENT, not OPAQUE

(This used to be commit 30f207375a)
This commit is contained in:
Alexander Bokovoy 2003-08-12 22:10:49 +00:00
parent b6e1f502b2
commit efeb63d641

View File

@ -88,7 +88,7 @@ static int readonly_connect(vfs_handle_struct *handle,
static vfs_op_tuple readonly_op_tuples[] = {
/* Disk operations */
{SMB_VFS_OP(readonly_connect), SMB_VFS_OP_CONNECT, SMB_VFS_LAYER_OPAQUE},
{SMB_VFS_OP(readonly_connect), SMB_VFS_OP_CONNECT, SMB_VFS_LAYER_TRANSPARENT},
{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
};