]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix bug 6382: Case insensitive access to DFS links broken
authorVolker Lendecke <vl@samba.org>
Wed, 20 May 2009 15:45:47 +0000 (17:45 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 23 May 2009 18:23:28 +0000 (20:23 +0200)
source/smbd/msdfs.c

index 52b395e9ef23f0022b58e51350ab280f866c54ea..8f18f77eeb99fcf7b333977857d36fffc63bc877 100644 (file)
@@ -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