From 8632b44f6ba2a1b8698c62778dc6547bed4bae92 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 12 Oct 2001 03:56:13 +0000 Subject: Removed some unused code from the recent cleanup. (This used to be commit 4f12df9fc569b73dcf037b476976cb3be47ac43f) --- source3/nsswitch/winbindd.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'source3/nsswitch/winbindd.h') diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index 17282cf131..a9035ca200 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -80,17 +80,9 @@ extern struct winbindd_state server_state; /* Server information */ /* Structures to hold per domain information */ struct winbindd_domain { - - /* Domain information */ - - fstring name; /* Domain name */ - + fstring name; /* Domain name */ DOM_SID sid; /* SID for this domain */ - BOOL got_domain_info; /* Got controller and sid */ - - /* Cached handles to samr pipe */ - - struct winbindd_domain *prev, *next; /* Linked list info */ + struct winbindd_domain *prev, *next; /* Linked list info */ }; extern struct winbindd_domain *domain_list; /* List of domains we know */ -- cgit