summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-28 10:31:49 +0200
committerVolker Lendecke <vl@samba.org>2008-05-05 11:23:13 +0200
commitd62563342e8c83d67dbcfb0c4b8e2ed886742006 (patch)
tree3eb93d7b3afde17ea6f11021eb1e1cc3e5c7a6f7 /source3/include/smb.h
parent2c00ff5407d5b126c8d38ceb2bcc8626ee7c0c5d (diff)
downloadsamba-d62563342e8c83d67dbcfb0c4b8e2ed886742006.tar.gz
samba-d62563342e8c83d67dbcfb0c4b8e2ed886742006.tar.bz2
samba-d62563342e8c83d67dbcfb0c4b8e2ed886742006.zip
Remove connection_struct->mem_ctx, connection_struct is its own parent
(This used to be commit 559180f7d30606d1999399d954ceedc798c669a4)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index ce91d81c2d..f3295e12bd 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -616,7 +616,6 @@ struct share_iterator {
typedef struct connection_struct {
struct connection_struct *next, *prev;
- TALLOC_CTX *mem_ctx; /* long-lived memory context for things hanging off this struct. */
unsigned cnum; /* an index passed over the wire */
struct share_params *params;
bool force_user;