summaryrefslogtreecommitdiff
path: root/source4/include/cli_context.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-08-21 02:07:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:14 -0500
commitb45f4ebbb880e41abf86abb54264123f3edbde05 (patch)
tree09d1d3d453f5976577904ca4ec2cf46d8a5de47c /source4/include/cli_context.h
parentb83ba93eaeb2dcb0bf11615591d886fda84e4162 (diff)
downloadsamba-b45f4ebbb880e41abf86abb54264123f3edbde05.tar.gz
samba-b45f4ebbb880e41abf86abb54264123f3edbde05.tar.bz2
samba-b45f4ebbb880e41abf86abb54264123f3edbde05.zip
r1984: this change is what you should read to understand the new talloc()
It simplifies our structure handling a lot, making the code shorter and easier to understand. Look at the diff carefully and see if you can understand it. If you're still confused then please ask. (This used to be commit 03c341aca7f09cb1f0d33ec65e074e6a00caa30f)
Diffstat (limited to 'source4/include/cli_context.h')
-rw-r--r--source4/include/cli_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h
index f289d5b546..9013d3d071 100644
--- a/source4/include/cli_context.h
+++ b/source4/include/cli_context.h
@@ -244,9 +244,6 @@ struct smbcli_request {
/* allow a request to be part of a list of requests */
struct smbcli_request *next, *prev;
- /* a talloc context for the lifetime of this request */
- TALLOC_CTX *mem_ctx;
-
/* each request is in one of 4 possible states */
enum smbcli_request_state state;