diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-25 16:35:10 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-25 16:35:10 +0200 |
commit | 74dce8c79a6402721bf7371bf2906d3476855c10 (patch) | |
tree | f0f7c0d5ab748d8dfd9ce76deade92ea79c014ad /source/include | |
parent | 04e1a1f23b3083d4f3c61c9271ed216c88e36386 (diff) | |
download | samba-74dce8c79a6402721bf7371bf2906d3476855c10.tar.gz samba-74dce8c79a6402721bf7371bf2906d3476855c10.tar.xz samba-74dce8c79a6402721bf7371bf2906d3476855c10.zip |
Revert "Refactoring: Make struct rpc_pipe_client its own talloc parent"
This reverts commit a6d74a5a562b54f0b36934965f545fdeb1e8b34a.
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h index 3c0b65576ca..0e73745edbb 100644 --- a/source/include/client.h +++ b/source/include/client.h @@ -60,6 +60,8 @@ 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; |