diff options
author | Volker Lendecke <vl@samba.org> | 2008-06-20 16:22:49 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-06-21 10:34:34 +0200 |
commit | df905a5d77037eaffe5f52edd26409152b740068 (patch) | |
tree | 38a6aecee872febee70cb2c804a89873b3fc7bf7 /source3/include | |
parent | c203de0e3a6f5b2254bc5c308cf87e6a7b67cad8 (diff) | |
download | samba-df905a5d77037eaffe5f52edd26409152b740068.tar.gz samba-df905a5d77037eaffe5f52edd26409152b740068.tar.bz2 samba-df905a5d77037eaffe5f52edd26409152b740068.zip |
Make pipes_struct its own talloc ctx
(This used to be commit 829b1ad4697f2f1ea008377d591456722dccd025)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index dc637068b6..46842c8b97 100644 --- a/source3/include/ntdomain.h +++ b/source3/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. */ |