From a8d4d3c9f6e9a6726c9df5794646b2528eab703e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 21 Oct 2004 19:54:38 +0000 Subject: r3123: Add dcerpc_binding_build_tower() Add local test for testing the functions dcerpc_parse_binding(), dcerpc_binding_string() and dcerpc_binding_build_tower() (This used to be commit 7a07c2c769b8e51178789eed4a31577f5d39f63a) --- 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 81f9b0976c..e1e980b0fd 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -151,7 +151,7 @@ interface epmapper } epm_rhs_null; typedef struct { - astring identifier; + uint16 minor_version; } epm_rhs_ncalrpc; typedef struct { -- cgit