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:24:04 +0000 (20:24 +0200)
source/smbd/msdfs.c

index 28208bf0b592cfd287ad62f5fbfe3e9aa29f2f4c..184967c1077d4876038d3d3468bcf7d1c2dc6559 100644 (file)
@@ -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