From df905a5d77037eaffe5f52edd26409152b740068 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 20 Jun 2008 16:22:49 +0200 Subject: Make pipes_struct its own talloc ctx (This used to be commit 829b1ad4697f2f1ea008377d591456722dccd025) --- source3/include/ntdomain.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') 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. */ -- cgit