summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-10-04 12:49:56 +0200
committerJeremy Allison <jra@samba.org>2022-01-05 00:11:37 +0000
commit716727c020fefa8f5efe2e68814eb979e1bb5e22 (patch)
tree23d660c50d2d5528b5d726ece94507fbc8837439 /pidl
parentcdc18db7e2b43a52da1b7f038be7ae4483f81d04 (diff)
downloadsamba-716727c020fefa8f5efe2e68814eb979e1bb5e22.tar.gz
rpc_server3: Remove pipes_struct->pipe_bound
Only used in pipe_access_check(), superseded by dcesrv_call_auth_info() 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.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm b/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm
index 9ea70a3af93..78dc6a8aff6 100644
--- a/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm
+++ b/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm
@@ -226,11 +226,6 @@ sub boilerplate_iface($)
$self->pidl("static NTSTATUS $name\__op_bind(struct dcesrv_connection_context *context, const struct dcesrv_interface *iface)");
$self->pidl("{");
$self->indent();
- $self->pidl("struct pipes_struct *p = NULL;");
- $self->pidl("");
- $self->pidl("/* Retrieve pipes struct */");
- $self->pidl("p = dcesrv_get_pipes_struct(context->conn);");
- $self->pidl("p->pipe_bound = true;");
$self->pidlnoindent("#ifdef DCESRV_INTERFACE_$uname\_BIND");
$self->pidl("return DCESRV_INTERFACE_$uname\_BIND(context,iface);");
$self->pidlnoindent("#else");