From 789bed878aa94edf22521c6c1946d3ab73462516 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Nov 2005 18:22:12 +0000 Subject: r11704: methods->alternate_name is not used anymore -- remove it (This used to be commit 4a4f85f0ef8545b7062e9a49392d4488aa108036) --- source3/nsswitch/winbindd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/nsswitch/winbindd.h') diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index 3adf7717d6..00a0233055 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -275,9 +275,6 @@ struct winbindd_methods { char ***names, char ***alt_names, DOM_SID **dom_sids); - - /* setup the list of alternate names for the domain, if any */ - NTSTATUS (*alternate_name)(struct winbindd_domain *domain); }; /* Used to glue a policy handle and cli_state together */ -- cgit