summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-21 09:59:15 +0000
committerJeremy Allison <jra@samba.org>2001-11-21 09:59:15 +0000
commit16ceec46d6e6d908314e12ac0586c49b37a95256 (patch)
tree8ea74cdedbc4762968bb9fde662180dc8477ea3a /source3/nsswitch/winbindd.h
parentefa52853f6a79f87f3a4119dfc92a6d6d00934ae (diff)
downloadsamba-16ceec46d6e6d908314e12ac0586c49b37a95256.tar.gz
samba-16ceec46d6e6d908314e12ac0586c49b37a95256.tar.bz2
samba-16ceec46d6e6d908314e12ac0586c49b37a95256.zip
Added transparent +ve caching for lookupname/lookupsid. -ve caching can
be easily added (a one liner) once we know the correct error codes returned by a W2K DC. All other winbindd calls should go through a similar transparent caching layer (and will soon). Jeremy. (This used to be commit b16bb21d371772816a4331f5011c151be0e083d5)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index a9035ca200..1380d5cc88 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -82,7 +82,7 @@ extern struct winbindd_state server_state; /* Server information */
struct winbindd_domain {
fstring name; /* Domain name */
DOM_SID sid; /* SID for this domain */
- 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 */