mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3-param: Make lp_name_resolve_order() return a list
This allows this parameter, one of the few with differing declarations between the loadparm systems, to be brought into common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
@ -153,7 +153,7 @@ static int process_options(int argc, char **argv, int local_flags)
|
||||
fstrcpy(ldap_secret, optarg);
|
||||
break;
|
||||
case 'R':
|
||||
lp_set_name_resolve_order(optarg);
|
||||
lp_set_cmdline("name resolve order", optarg);
|
||||
break;
|
||||
case 'D':
|
||||
lp_set_cmdline("log level", optarg);
|
||||
|
Reference in New Issue
Block a user