X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source3%2Fwinbindd%2Fwinbindd_locator.c;h=5488394976dfeb6f95ef9b120a61c729023edab2;hp=b35d8dcf545d55e4212449d321872333074ae3a9;hb=f3d71d3e8c1e9c98df38ef5f8c547ff2780e9cfb;hpb=3532c8b9d831c8122de871db62d17608ff24f409 diff --git a/source3/winbindd/winbindd_locator.c b/source3/winbindd/winbindd_locator.c index b35d8dcf545..5488394976d 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"); }