summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_locator.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-12-13 12:27:57 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-14 08:28:35 +0100
commit075d315e0f72d506b70040da10940e4af131b4e2 (patch)
tree2e40d0d2f02f6721e994112cdcb84e9a2ea437bd /source/winbindd/winbindd_locator.c
parentcccb80b7b7980fbe1298ce266375e51bacb4a425 (diff)
downloadsamba-075d315e0f72d506b70040da10940e4af131b4e2.tar.gz
samba-075d315e0f72d506b70040da10940e4af131b4e2.tar.xz
samba-075d315e0f72d506b70040da10940e4af131b4e2.zip
winbindd: move domain child specific stuff into its own file
metze
Diffstat (limited to 'source/winbindd/winbindd_locator.c')
-rw-r--r--source/winbindd/winbindd_locator.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/winbindd/winbindd_locator.c b/source/winbindd/winbindd_locator.c
index 67bafc7c075..ee497ebf320 100644
--- a/source/winbindd/winbindd_locator.c
+++ b/source/winbindd/winbindd_locator.c
@@ -33,10 +33,9 @@ static struct winbindd_child static_locator_child;
void init_locator_child(void)
{
- setup_domain_child(NULL,
- &static_locator_child,
- locator_dispatch_table,
- "locator");
+ setup_child(&static_locator_child,
+ locator_dispatch_table,
+ "log.winbindd", "locator");
}
struct winbindd_child *locator_child(void)