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 1f3d2fcf9e1..7bd35f75359 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1051,6 +1051,8 @@ static void init_globals(bool reinit_globals) Globals.iPreferredMaster = Auto; + Globals.allow_dns_updates = DNS_UPDATE_SIGNED; + /* Now put back the settings that were set with lp_set_cmdline() */ apply_lp_set_cmdline(); } |