wb-ndr: remove unused WINBINDD_LOOKUPNAME (dual) support
[metze/samba/wb-ndr.git] / source / winbindd / winbindd_domain.c
index c7441b8dffc7c4da9ed1c2690975009d17eb8b9c..bfd5d10a181d94783d32fdc02e9f2abe78af1b7e 100644 (file)
@@ -38,10 +38,6 @@ void setup_domain_child(struct winbindd_domain *domain,
 
 static const struct winbindd_child_dispatch_table domain_dispatch_table[] = {
        {
-               .name           = "LOOKUPNAME",
-               .struct_cmd     = WINBINDD_LOOKUPNAME,
-               .struct_fn      = winbindd_dual_lookupname,
-       },{
                .name           = "LOOKUPRIDS",
                .struct_cmd     = WINBINDD_LOOKUPRIDS,
                .struct_fn      = winbindd_dual_lookuprids,