From f099feaa01b6548cb60cb9d7d50b1f196b1af878 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 Nov 2011 13:37:54 +1100 Subject: s3-param remove lp_domain_logons(), always use IS_DC This makes the code internally consistant. Andrew Bartlett Pair-Programmed-With: Amitay Isaacs --- source3/nmbd/nmbd_become_dmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd/nmbd_become_dmb.c') diff --git a/source3/nmbd/nmbd_become_dmb.c b/source3/nmbd/nmbd_become_dmb.c index 276c381f6c..a3b3d585ce 100644 --- a/source3/nmbd/nmbd_become_dmb.c +++ b/source3/nmbd/nmbd_become_dmb.c @@ -375,7 +375,7 @@ void add_domain_names(time_t t) lastrun = t; /* Do the "internet group" - <1c> names. */ - if (lp_domain_logons()) + if (IS_DC) add_logon_names(); /* Do the domain master names. */ -- cgit