From efeb63d6417c255b2c959743b29ea17ab117e02e Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 12 Aug 2003 22:10:49 +0000 Subject: [PATCH] VFS layer should be TRANSPARENT, not OPAQUE (This used to be commit 30f207375a7e54265fc696a91ba4686ed932329e) --- source3/modules/vfs_readonly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_readonly.c b/source3/modules/vfs_readonly.c index f1914b68414..5959ce900cd 100644 --- a/source3/modules/vfs_readonly.c +++ b/source3/modules/vfs_readonly.c @@ -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} }; -- 2.11.4.GIT