From 0a130daf74b68ffedb3e169f5a051cdbfa92794b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 21 Dec 2009 15:01:44 +0100 Subject: s3: Remove unused winbindd_dual_getsidaliases --- source3/winbindd/winbindd_domain.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/winbindd/winbindd_domain.c') diff --git a/source3/winbindd/winbindd_domain.c b/source3/winbindd/winbindd_domain.c index 80f2179587..40e38017cc 100644 --- a/source3/winbindd/winbindd_domain.c +++ b/source3/winbindd/winbindd_domain.c @@ -62,14 +62,6 @@ static const struct winbindd_child_dispatch_table domain_dispatch_table[] = { .name = "PAM_CHAUTHTOK", .struct_cmd = WINBINDD_PAM_CHAUTHTOK, .struct_fn = winbindd_dual_pam_chauthtok, - },{ - .name = "GETSIDALIASES", - .struct_cmd = WINBINDD_DUAL_GETSIDALIASES, - .struct_fn = winbindd_dual_getsidaliases, - },{ - .name = "GETSIDALIASES", - .struct_cmd = WINBINDD_GETSIDALIASES, - .struct_fn = winbindd_dual_getsidaliases, },{ .name = "CCACHE_NTLM_AUTH", .struct_cmd = WINBINDD_CCACHE_NTLMAUTH, -- cgit