From fca5f780326f44cf7b26fe0f99244be34cc1a6ab Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 26 Nov 2003 03:41:06 +0000 Subject: use the IDL defined NDR version number (This used to be commit 00e0c14b76c9b001c7d7b6b18b2cb543a57fe082) --- source4/librpc/idl/epmapper.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/epmapper.idl') diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 6fa9a7bd60..78070aefff 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; -- cgit