summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-10-04 10:19:24 +0200
committerJeremy Allison <jra@samba.org>2021-10-08 19:28:32 +0000
commited9e2850bfc2b4d89da45b36871afe5d6ec88bd0 (patch)
tree8571288f1374b36cd328e24188878b08ac38a843 /pidl
parent2e3cea27fc0e5c8bf6117b72255813be62d65707 (diff)
downloadsamba-ed9e2850bfc2b4d89da45b36871afe5d6ec88bd0.tar.gz
rpc_server3: Remove "pipes_struct->opnum"
Also available via dce_call->pkt.u.request.opnum Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm b/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm
index e35813a24ab..b8d9318b9de 100644
--- a/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm
+++ b/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm
@@ -296,8 +296,6 @@ sub boilerplate_iface($)
$self->pidl("");
$self->pidl("/* Retrieve pipes struct */");
$self->pidl("p = dcesrv_get_pipes_struct(dce_call->conn);");
- $self->pidl("/* Update pipes struct opnum */");
- $self->pidl("p->opnum = opnum;");
$self->pidl("p->dce_call = dce_call;");
$self->pidl("p->mem_ctx = mem_ctx;");
$self->pidl("/* Update pipes struct session info */");