From 88bfdc798c22ccf54255cceba306e8365cdc6aa9 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 --- source/smbd/msdfs.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c index 28208bf..184967c 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 -- 1.6.2.1