summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-12 03:56:13 +0000
committerTim Potter <tpot@samba.org>2001-10-12 03:56:13 +0000
commit8632b44f6ba2a1b8698c62778dc6547bed4bae92 (patch)
treeca75c16882b111b8b5ddf05e4b26697aea02ff83 /source3/nsswitch/winbindd.h
parent754c2feee77d9ce0f8de666692f5ffc2cfb11b8a (diff)
downloadsamba-8632b44f6ba2a1b8698c62778dc6547bed4bae92.tar.gz
samba-8632b44f6ba2a1b8698c62778dc6547bed4bae92.tar.bz2
samba-8632b44f6ba2a1b8698c62778dc6547bed4bae92.zip
Removed some unused code from the recent cleanup.
(This used to be commit 4f12df9fc569b73dcf037b476976cb3be47ac43f)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h12
1 files changed, 2 insertions, 10 deletions
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 */