wb-ndr: remove unused WINBINDD_LOOKUPSID (dual) support
[metze/samba/wb-ndr.git] / source / winbindd / winbindd_domain.c
index 07eab685c5e5f8a3cd70a0884ce827eaf9d4d5cb..c7441b8dffc7c4da9ed1c2690975009d17eb8b9c 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           = "LOOKUPSID",
-               .struct_cmd     = WINBINDD_LOOKUPSID,
-               .struct_fn      = winbindd_dual_lookupsid,
-       },{
                .name           = "LOOKUPNAME",
                .struct_cmd     = WINBINDD_LOOKUPNAME,
                .struct_fn      = winbindd_dual_lookupname,