diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-11-10 13:37:54 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-11-17 00:34:08 +0100 |
commit | f099feaa01b6548cb60cb9d7d50b1f196b1af878 (patch) | |
tree | 47e86ced021fa016fd3fc2ca4891841aa6454d7e /lib | |
parent | df9a1ea6cb18d4e701471ddd0144dbc970c4eb88 (diff) | |
download | samba-f099feaa01b6548cb60cb9d7d50b1f196b1af878.tar.gz |
s3-param remove lp_domain_logons(), always use IS_DC
This makes the code internally consistant.
Andrew Bartlett
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index cb378f471e7..44d219a9e49 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -1485,7 +1485,7 @@ static struct loadparm_context *global_loadparm_context; #include "lib/param/param_functions.c" FN_GLOBAL_INTEGER(server_role, server_role) -FN_GLOBAL_BOOL(domain_logons, domain_logons) +static FN_GLOBAL_BOOL(domain_logons, domain_logons) FN_GLOBAL_INTEGER(domain_master, domain_master) FN_GLOBAL_LIST(smb_ports, smb_ports) FN_GLOBAL_INTEGER(nbt_port, nbt_port) |