From 52f7f9b8be118e6db7bb9280b2b48274a3092884 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 4 Nov 2004 01:25:56 +0000 Subject: r3516: dcerpc_epm_map_binding now checks the endpoints it nows first and then possibly does a epm_Map call(). ncacn_np now also uses dcerpc_epm_map_binding() (This used to be commit 77eec3fa18dbbf4d774ccf04c7a38b0887f26ca6) --- source4/librpc/idl/epmapper.idl | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/librpc/idl/epmapper.idl') diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 2bff814a45..e18c24a3cd 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -36,9 +36,6 @@ interface epmapper const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; const string NDR_GUID_VERSION = 2; - const uint32 EPMAPPER_PORT = 135; - const string EPMAPPER_IDENTIFIER = "EPMAPPER"; - typedef struct { GUID uuid; uint16 version; -- cgit