From 4faf0054c32545454d1a92357d6785387de48b0b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 20 May 2009 17:45:47 +0200 Subject: [PATCH] Fix bug 6382: Case insensitive access to DFS links broken (cherry picked from commit cdc93a7edc6798078a7b21b1728a844437b6522b) --- source/smbd/msdfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c index 28208bf0b59..184967c1077 100644 --- a/source/smbd/msdfs.c +++ b/source/smbd/msdfs.c @@ -260,6 +260,8 @@ static NTSTATUS create_conn_struct(TALLOC_CTX *ctx, return status; } + conn->fs_capabilities = SMB_VFS_FS_CAPABILITIES(conn); + /* * Windows seems to insist on doing trans2getdfsreferral() calls on * the IPC$ share as the anonymous user. If we try to chdir as that -- 2.47.2