summaryrefslogtreecommitdiff
path: root/source3/param/loadparm_ctx.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-11-10 13:37:54 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-11-17 00:34:08 +0100
commitf099feaa01b6548cb60cb9d7d50b1f196b1af878 (patch)
tree47e86ced021fa016fd3fc2ca4891841aa6454d7e /source3/param/loadparm_ctx.c
parentdf9a1ea6cb18d4e701471ddd0144dbc970c4eb88 (diff)
downloadsamba-f099feaa01b6548cb60cb9d7d50b1f196b1af878.tar.gz
samba-f099feaa01b6548cb60cb9d7d50b1f196b1af878.tar.bz2
samba-f099feaa01b6548cb60cb9d7d50b1f196b1af878.zip
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 'source3/param/loadparm_ctx.c')
-rw-r--r--source3/param/loadparm_ctx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index 5d4c06d31a..1e11eeb4b2 100644
--- a/source3/param/loadparm_ctx.c
+++ b/source3/param/loadparm_ctx.c
@@ -74,7 +74,6 @@ static const struct loadparm_s3_context s3_fns =
.dump = lp_dump,
.server_role = lp_server_role,
- .domain_logons = lp_domain_logons,
.domain_master = lp_domain_master,
.winbind_separator = lp_winbind_separator,