summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-19 18:17:13 +0200
committerVolker Lendecke <vl@samba.org>2008-04-20 00:12:52 +0200
commita6d74a5a562b54f0b36934965f545fdeb1e8b34a (patch)
tree3eb1e7ec34c40ff99521626b32eab50e5ec21b59 /source/include/client.h
parentb90062e33cbde7de4961414fd35a3a588760d002 (diff)
downloadsamba-a6d74a5a562b54f0b36934965f545fdeb1e8b34a.tar.gz
samba-a6d74a5a562b54f0b36934965f545fdeb1e8b34a.tar.xz
samba-a6d74a5a562b54f0b36934965f545fdeb1e8b34a.zip
Refactoring: Make struct rpc_pipe_client its own talloc parent
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 0e73745edbb..3c0b65576ca 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -60,8 +60,6 @@ struct cli_pipe_auth_data {
struct rpc_pipe_client {
struct rpc_pipe_client *prev, *next;
- TALLOC_CTX *mem_ctx;
-
struct cli_state *cli;
int pipe_idx;