From 50d9fb42fc771e07326f3f47103676f2ef88107e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Aug 2009 17:11:24 +0200 Subject: w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API --- source3/winbindd/winbindd_domain.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/winbindd/winbindd_domain.c') diff --git a/source3/winbindd/winbindd_domain.c b/source3/winbindd/winbindd_domain.c index eb4e131259..14376c62bf 100644 --- a/source3/winbindd/winbindd_domain.c +++ b/source3/winbindd/winbindd_domain.c @@ -49,10 +49,6 @@ 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, },{ .name = "LIST_USERS", .struct_cmd = WINBINDD_LIST_USERS, -- cgit