diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-21 19:54:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:23 -0500 |
commit | a8d4d3c9f6e9a6726c9df5794646b2528eab703e (patch) | |
tree | cd774100ba9929ae40f4a987ebe1b428e2fb85b5 /source4/librpc/idl | |
parent | a9081b527b33d536ca36d61ad2f7f34a6e6e69e5 (diff) | |
download | samba-a8d4d3c9f6e9a6726c9df5794646b2528eab703e.tar.gz samba-a8d4d3c9f6e9a6726c9df5794646b2528eab703e.tar.bz2 samba-a8d4d3c9f6e9a6726c9df5794646b2528eab703e.zip |
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)
Diffstat (limited to 'source4/librpc/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 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 { |