summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-20 16:22:49 +0200
committerVolker Lendecke <vl@samba.org>2008-06-21 10:34:34 +0200
commit829b1ad4697f2f1ea008377d591456722dccd025 (patch)
tree414a137c55120b9d46e7ccaf2e6b12ab2c52eef1 /source/include/ntdomain.h
parentb39852f51313059899630ba63509fee904ba3613 (diff)
downloadsamba-829b1ad4697f2f1ea008377d591456722dccd025.tar.gz
samba-829b1ad4697f2f1ea008377d591456722dccd025.tar.xz
samba-829b1ad4697f2f1ea008377d591456722dccd025.zip
Make pipes_struct its own talloc ctx
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index dc637068b6e..46842c8b97d 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -225,9 +225,6 @@ typedef struct pipes_struct {
RPC_HDR hdr; /* Incoming RPC header. */
RPC_HDR_REQ hdr_req; /* Incoming request header. */
- /* This context is used for pipe state storage and is freed when the pipe is closed. */
- TALLOC_CTX *pipe_state_mem_ctx;
-
struct pipe_auth_data auth;
struct dcinfo *dc; /* Keeps the creds data from netlogon. */