diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 89ddd12213..1f3d2fcf9e 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1049,6 +1049,8 @@ static void init_globals(bool reinit_globals) string_set(&Globals.share_backend, "classic"); + Globals.iPreferredMaster = Auto; + /* Now put back the settings that were set with lp_set_cmdline() */ apply_lp_set_cmdline(); } |