summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_idmap.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_idmap.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_idmap.c')
-rw-r--r--source/winbindd/winbindd_idmap.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/winbindd/winbindd_idmap.c b/source/winbindd/winbindd_idmap.c
index cc5cf1e8487..6f7b5624150 100644
--- a/source/winbindd/winbindd_idmap.c
+++ b/source/winbindd/winbindd_idmap.c
@@ -44,10 +44,9 @@ static struct winbindd_child static_idmap_child;
void init_idmap_child(void)
{
- setup_domain_child(NULL,
- &static_idmap_child,
- idmap_dispatch_table,
- "idmap");
+ setup_child(&static_idmap_child,
+ idmap_dispatch_table,
+ "log.winbindd", "idmap");
}
struct winbindd_child *idmap_child(void)