summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-19 08:22:52 +0000
committerTim Potter <tpot@samba.org>2001-10-19 08:22:52 +0000
commite3e9c52b7a5d653d1a6ec4a741c8335829fd6a87 (patch)
tree974fc8621239e8175853e8c463c3ea7b5070939e /source3/nsswitch/winbindd.h
parent52995a5f7d48d41b07ee9fab20903a685c0dd33b (diff)
downloadsamba-e3e9c52b7a5d653d1a6ec4a741c8335829fd6a87.tar.gz
samba-e3e9c52b7a5d653d1a6ec4a741c8335829fd6a87.tar.bz2
samba-e3e9c52b7a5d653d1a6ec4a741c8335829fd6a87.zip
Fixed some memory leaks introduced by connection handling rewrite, as well
as one memory leak that has been there for ages! Changed the way talloc is used in get{pw,gr}nam routines. (This used to be commit d52cd1854fdff18c223d6dd1eca0e26f1f0bf01b)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 659789a920..a9035ca200 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -55,7 +55,6 @@ 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 */