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=cdc93a7edc6798078a7b21b1728a844437b6522b;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 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