]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpc_server3: No linked list for pipes_struct anymore
authorVolker Lendecke <vl@samba.org>
Wed, 6 Oct 2021 09:39:21 +0000 (11:39 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 5 Jan 2022 00:11:38 +0000 (00:11 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/rpc_pipes.h

index 1f9325ed22970bcd6c7873faeedf654f00b3d9b0..ef45191ffa4ae2f078a898cc5b1b5237d521a4dd 100644 (file)
@@ -35,8 +35,6 @@ struct dcesrv_context;
  * NamedPipes.
  */
 struct pipes_struct {
-       struct pipes_struct *next, *prev;
-
        enum dcerpc_transport_t transport;
 
        struct messaging_context *msg_ctx;