X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source%2Fwinbindd%2Fwinbindd_domain.c;h=bfd5d10a181d94783d32fdc02e9f2abe78af1b7e;hb=0f8c70ba988e4cf8d6eee5b7423c4c8e17fcb77a;hp=c7441b8dffc7c4da9ed1c2690975009d17eb8b9c;hpb=55d441c1555f86dc6405a11cbe934853cd4d88c0;p=metze%2Fsamba%2Fwb-ndr.git diff --git a/source/winbindd/winbindd_domain.c b/source/winbindd/winbindd_domain.c index c7441b8dffc..bfd5d10a181 100644 --- a/source/winbindd/winbindd_domain.c +++ b/source/winbindd/winbindd_domain.c @@ -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,