summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-19 01:46:43 +0000
committerTim Potter <tpot@samba.org>2001-10-19 01:46:43 +0000
commit52995a5f7d48d41b07ee9fab20903a685c0dd33b (patch)
treeb3c611b8dbc7b05fdf6b71c6a877a8a71642c82d /source3/nsswitch/winbindd.h
parent6cc3953196e3feb340f7b9b7bb823575414c5683 (diff)
downloadsamba-52995a5f7d48d41b07ee9fab20903a685c0dd33b.tar.gz
samba-52995a5f7d48d41b07ee9fab20903a685c0dd33b.tar.bz2
samba-52995a5f7d48d41b07ee9fab20903a685c0dd33b.zip
Converted some more functions to create and dispose of a talloc context on a
per-call basis rather than per-connection. Had a bit more of a reformatting fest. Still need to run it through insure and handle downed connections. (This used to be commit 46fe5a8fb96974e1323bc3e5d94fda74edbeb852)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index a9035ca200..659789a920 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -55,6 +55,7 @@ struct getent_state {
uint32 grp_query_start_ndx;
BOOL got_all_sam_entries, got_sam_entries;
struct winbindd_domain *domain;
+ TALLOC_CTX *mem_ctx;
};
/* Storage for cached getpwent() user entries */