From: Volker Lendecke Date: Wed, 20 May 2009 15:45:47 +0000 (+0200) Subject: Fix bug 6382: Case insensitive access to DFS links broken X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda54237e8a4a87086a670499273c1402d1cd02b;p=thirdparty%2Fsamba.git Fix bug 6382: Case insensitive access to DFS links broken --- diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c index 52b395e9ef2..8f18f77eeb9 100644 --- a/source/smbd/msdfs.c +++ b/source/smbd/msdfs.c @@ -263,6 +263,8 @@ 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