summaryrefslogtreecommitdiffstats
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-09-21 08:38:42 +0200
committerStefan Metzmacher <metze@samba.org>2014-09-22 23:09:08 +0200
commit3b18dea1310cfe9e9b4ec0f2b3b5b14ac4771c83 (patch)
tree232434133de27a53ded0fe0096b776f2c67957ce /librpc
parent9e1313d2b6eced3f3d13fcf989f031c32e06aef0 (diff)
downloadsamba-3b18dea1310cfe9e9b4ec0f2b3b5b14ac4771c83.tar.gz
samba-3b18dea1310cfe9e9b4ec0f2b3b5b14ac4771c83.tar.xz
samba-3b18dea1310cfe9e9b4ec0f2b3b5b14ac4771c83.zip
librpc/idl: specify ncacn_http endpoint mapper endpoint
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/epmapper.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/epmapper.idl b/librpc/idl/epmapper.idl
index 0ce07d8da1..5f3d653961 100644
--- a/librpc/idl/epmapper.idl
+++ b/librpc/idl/epmapper.idl
@@ -14,8 +14,8 @@ import "misc.idl";
[
uuid("e1af8308-5d1f-11c9-91a4-08002b14a0fa"),
version(3.0),
- endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]",
- "ncalrpc:[EPMAPPER]"),
+ endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]",
+ "ncacn_http:[593]", "ncalrpc:[EPMAPPER]"),
helpstring("EndPoint Mapper"),
pointer_default(ptr)
]