summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 339fab8398..4ea39e14c6 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -27,6 +27,7 @@ extern pstring debugf;
extern fstring global_myworkgroup;
extern fstring global_sam_name;
extern pstring global_myname;
+extern dfs_internal dfs_struct;
int am_parent = 1;
@@ -50,6 +51,7 @@ extern fstring remote_machine;
extern pstring OriginalDir;
extern pstring myhostname;
+
/****************************************************************************
when exiting, take the whole family
****************************************************************************/
@@ -452,6 +454,7 @@ static void init_structs(void)
init_lsa_policy_hnd(); /* for LSA handles */
init_printer_hnd(); /* for SPOOLSS handles */
init_dptrs();
+ init_dfs_table();
}
/****************************************************************************