]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpc_server3: Remove "pipes_struct->call_id"
authorVolker Lendecke <vl@samba.org>
Mon, 4 Oct 2021 08:07:09 +0000 (10:07 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 8 Oct 2021 19:28:32 +0000 (19:28 +0000)
Unused.

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

index 50fb46a1df14939698b85df2d4384b3c05af5ac2..5a0dcad852697e232446c6a8862fe242c45b43d2 100644 (file)
@@ -67,9 +67,6 @@ struct pipes_struct {
        /* handle database to use on this pipe. */
        struct dcesrv_call_state *dce_call;
 
-       /* call id retrieved from the pdu header */
-       uint32_t call_id;
-
        /* operation number retrieved from the rpc header */
        uint16_t opnum;