summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 2001454e12..0f1649c344 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -800,7 +800,7 @@ static void init_globals(bool reinit_globals)
string_set(&Globals.logon_home, "\\\\%N\\%U");
string_set(&Globals.logon_path, "\\\\%N\\%U\\profile");
- Globals.szNameResolveOrder = (const char **)str_list_make_v3(NULL, "lmhosts wins host bcast", NULL);
+ Globals.name_resolve_order = (const char **)str_list_make_v3(NULL, "lmhosts wins host bcast", NULL);
string_set(&Globals.passwordserver, "*");
Globals.algorithmic_rid_base = BASE_RID;