diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-26 03:41:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-26 03:41:06 +0000 |
commit | fca5f780326f44cf7b26fe0f99244be34cc1a6ab (patch) | |
tree | 4e60c03375b761523df05fed4e3c87ebf9d0a524 /source4/librpc/idl/epmapper.idl | |
parent | fffd741a7a00b07c85eec254b8cc7c2fe40cef18 (diff) | |
download | samba-fca5f780326f44cf7b26fe0f99244be34cc1a6ab.tar.gz samba-fca5f780326f44cf7b26fe0f99244be34cc1a6ab.tar.xz samba-fca5f780326f44cf7b26fe0f99244be34cc1a6ab.zip |
use the IDL defined NDR version number
(This used to be commit 00e0c14b76c9b001c7d7b6b18b2cb543a57fe082)
Diffstat (limited to 'source4/librpc/idl/epmapper.idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 6fa9a7bd608..78070aefff7 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -22,7 +22,7 @@ interface epmapper /* this guid indicates NDR encoding in a protocol tower */ const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; - const string NDR_GUID_VERSION = 1; + const string NDR_GUID_VERSION = 2; typedef struct { GUID uuid; |