]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpc_server3: Remove pipes_struct->private_data
authorVolker Lendecke <vl@samba.org>
Thu, 7 Oct 2021 09:22:59 +0000 (11:22 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 8 Oct 2021 19:28:32 +0000 (19:28 +0000)
netlogon3 was the only user

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/rpc_pipes.h

index f2fa11e29cbacabaf526f910c0967ad69e7591cc..bb9fd80f6bbf0e4f462af79a13934988a0fe32b1 100644 (file)
@@ -66,10 +66,6 @@ struct pipes_struct {
 
        /* handle database to use on this pipe. */
        struct dcesrv_call_state *dce_call;
-
-       /* private data for the interface implementation */
-       void *private_data;
-
 };
 
 int make_base_pipes_struct(TALLOC_CTX *mem_ctx,