The Samba-Bugzilla – Attachment 6459 Details for
Bug 8155
Registering only named pipes on EPM for a service doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
epmapper fix
0001-s3-epmapper-Fixed-endpoint-registration.patch (text/plain), 1.87 KB, created by
Andreas Schneider
on 2011-05-20 11:04:47 UTC
(
hide
)
Description:
epmapper fix
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2011-05-20 11:04:47 UTC
Size:
1.87 KB
patch
obsolete
>From d47310491f8ef8bb1507149dbadeed951de8d1c0 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Wed, 18 May 2011 12:10:42 +0200 >Subject: [PATCH] s3-epmapper: Fixed endpoint registration. > >Autobuild-User: Andreas Schneider <asn@cryptomilk.org> >Autobuild-Date: Fri May 20 12:03:18 CEST 2011 on sn-devel-104 >(cherry picked from commit 7ab9e26b601e4e51736ce6eace46e6588fa1148f) >--- > source3/rpc_server/rpc_ep_setup.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/source3/rpc_server/rpc_ep_setup.c b/source3/rpc_server/rpc_ep_setup.c >index d00b351..2d4c7e9 100644 >--- a/source3/rpc_server/rpc_ep_setup.c >+++ b/source3/rpc_server/rpc_ep_setup.c >@@ -133,7 +133,7 @@ static NTSTATUS rpc_ep_setup_try_register(TALLOC_CTX *mem_ctx, > struct tevent_context *ev_ctx, > struct messaging_context *msg_ctx, > const struct ndr_interface_table *iface, >- const char *name, >+ const char *ncalrpc, > uint16_t port, > struct dcerpc_binding_handle **pbh); > >@@ -256,7 +256,7 @@ static NTSTATUS rpc_ep_setup_try_register(TALLOC_CTX *mem_ctx, > struct tevent_context *ev_ctx, > struct messaging_context *msg_ctx, > const struct ndr_interface_table *iface, >- const char *name, >+ const char *ncalrpc, > uint16_t port, > struct dcerpc_binding_handle **pbh) > { >@@ -266,7 +266,7 @@ static NTSTATUS rpc_ep_setup_try_register(TALLOC_CTX *mem_ctx, > status = dcerpc_binding_vector_create(mem_ctx, > iface, > port, >- name, >+ ncalrpc, > &v); > if (!NT_STATUS_IS_OK(status)) { > return status; >@@ -276,7 +276,7 @@ static NTSTATUS rpc_ep_setup_try_register(TALLOC_CTX *mem_ctx, > iface, > v, > &iface->syntax_id.uuid, >- name, >+ iface->name, > pbh); > talloc_free(v); > if (!NT_STATUS_IS_OK(status)) { >-- >1.7.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review+
Actions:
View
Attachments on
bug 8155
: 6459