From 61bb3c865c4d4324cd2c1ea7d8b337b15dd66493 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Nov 2003 04:04:31 +0000 Subject: use EPMAPPER_PORT constant instead of 135 (This used to be commit 953ab587dc5a625d0fb557fdcac122a3b2ed0224) --- source4/librpc/idl/epmapper.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc/idl/epmapper.idl') diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 78070aefff..e09d729c81 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -24,6 +24,8 @@ interface epmapper const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; const string NDR_GUID_VERSION = 2; + const uint32 EPMAPPER_PORT = 135; + typedef struct { GUID uuid; uint16 version; -- cgit