diff options
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. */ |