1
0
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:
Andrew Bartlett 2014-01-09 14:05:58 +13:00
parent 3afeeb6e31
commit 826ba5f117

View File

@ -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();
}