diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-27 04:04:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-27 04:04:31 +0000 |
commit | 61bb3c865c4d4324cd2c1ea7d8b337b15dd66493 (patch) | |
tree | 31b4f026c7260e7c1e464b486bc86d7924be31e5 /source4/librpc/idl/epmapper.idl | |
parent | a9203bf02b61180049bc60e7010acaff07c73947 (diff) | |
download | samba-61bb3c865c4d4324cd2c1ea7d8b337b15dd66493.tar.gz samba-61bb3c865c4d4324cd2c1ea7d8b337b15dd66493.tar.bz2 samba-61bb3c865c4d4324cd2c1ea7d8b337b15dd66493.zip |
use EPMAPPER_PORT constant instead of 135
(This used to be commit 953ab587dc5a625d0fb557fdcac122a3b2ed0224)
Diffstat (limited to 'source4/librpc/idl/epmapper.idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 |
1 files changed, 2 insertions, 0 deletions
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; |