mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
param: Add default for rndc command to s3 loadparm
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
3afeeb6e31
commit
826ba5f117
@ -1081,6 +1081,8 @@ static void init_globals(bool reinit_globals)
|
||||
|
||||
Globals.nsupdate_command = (const char **)str_list_make_v3(NULL, "/usr/bin/nsupdate -g", NULL);
|
||||
|
||||
Globals.rndc_command = (const char **)str_list_make_v3(NULL, "/usr/sbin/rndc", NULL);
|
||||
|
||||
/* Now put back the settings that were set with lp_set_cmdline() */
|
||||
apply_lp_set_cmdline();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user