summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/negprot.c')
-rw-r--r--source3/smbd/negprot.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index e66bf9f163..51ec963b8c 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -27,6 +27,7 @@ extern int max_recv;
extern fstring global_myworkgroup;
extern fstring remote_machine;
extern pstring myhostname;
+extern dfs_internal dfs_struct;
/****************************************************************************
reply for the core protocol
@@ -178,6 +179,12 @@ static int reply_nt1(char *outbuf)
{
capabilities |= CAP_LARGE_FILES;
}
+
+ if (dfs_struct.ready==True)
+ {
+ capabilities |= CAP_DFS;
+ }
+
/*
other valid capabilities which we may support at some time...
CAP_LARGE_READX|CAP_STATUS32|CAP_LEVEL_II_OPLOCKS;