summaryrefslogtreecommitdiff
path: root/source3/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
commit873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d (patch)
tree93c21eb2d523952abb94a52c96bf6a2b75c02b72 /source3/winbindd/winbindd_locator.c
parentadc31b9235f70d06d2739b38867dc0fadb33d082 (diff)
downloadsamba-873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d.tar.gz
samba-873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d.tar.bz2
samba-873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d.zip
winbindd: move domain child specific stuff into its own file
metze (This used to be commit 075d315e0f72d506b70040da10940e4af131b4e2)
Diffstat (limited to 'source3/winbindd/winbindd_locator.c')
-rw-r--r--source3/winbindd/winbindd_locator.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd_locator.c b/source3/winbindd/winbindd_locator.c
index 67bafc7c07..ee497ebf32 100644
--- a/source3/winbindd/winbindd_locator.c
+++ b/source3/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)