diff options
author | Samuel Cabrero <scabrero@suse.de> | 2019-11-04 18:38:14 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2020-05-24 23:55:37 +0000 |
commit | 70fa7e817e48c9faa3c6c7ae3749e4a8ebf3e6c2 (patch) | |
tree | 0b1dbf9ca2916011a366f25dbebfc07872a78659 /pidl | |
parent | f98b3b6f10e046ca5a9a7637159abf1b9dd40bda (diff) | |
download | samba-70fa7e817e48c9faa3c6c7ae3749e4a8ebf3e6c2.tar.gz |
s3: rpc_server: Drop s3 rpc handles implementation
Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm b/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm index 18ebdb8c7e3..28d42efb588 100644 --- a/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm +++ b/pidl/lib/Parse/Pidl/Samba4/NDR/ServerCompat.pm @@ -232,14 +232,6 @@ sub boilerplate_iface($) $self->pidl(""); $self->pidl("/* Retrieve pipes struct */"); $self->pidl("p = dcesrv_get_pipes_struct(context->conn);"); - $self->pidl("/* Init pipe handles */"); - $self->pidl("ok = init_pipe_handles(p, &iface->syntax_id);"); - $self->pidl("if (!ok) {"); - $self->indent(); - $self->pidl("DBG_ERR(\"Failed to init pipe handles\\n\");"); - $self->pidl("return NT_STATUS_UNSUCCESSFUL;"); - $self->deindent(); - $self->pidl("}"); $self->pidl(""); $self->pidl("/* TODO check loop */"); |