summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_locator.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-24 00:13:02 +0200
committerVolker Lendecke <vl@samba.org>2009-08-27 15:04:09 +0200
commitf3d71d3e8c1e9c98df38ef5f8c547ff2780e9cfb (patch)
treeded7ed669abc08a5329f21edc9a879a42ae1d45d /source3/winbindd/winbindd_locator.c
parent3532c8b9d831c8122de871db62d17608ff24f409 (diff)
downloadsamba-f3d71d3e8c1e9c98df38ef5f8c547ff2780e9cfb.tar.gz
samba-f3d71d3e8c1e9c98df38ef5f8c547ff2780e9cfb.tar.bz2
samba-f3d71d3e8c1e9c98df38ef5f8c547ff2780e9cfb.zip
s3:winbind: Add a generic cache for NDR based parent-child requests
Diffstat (limited to 'source3/winbindd/winbindd_locator.c')
-rw-r--r--source3/winbindd/winbindd_locator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_locator.c b/source3/winbindd/winbindd_locator.c
index b35d8dcf54..5488394976 100644
--- a/source3/winbindd/winbindd_locator.c
+++ b/source3/winbindd/winbindd_locator.c
@@ -33,7 +33,7 @@ static struct winbindd_child static_locator_child;
void init_locator_child(void)
{
- setup_child(&static_locator_child,
+ setup_child(NULL, &static_locator_child,
locator_dispatch_table,
"log.winbindd", "locator");
}