summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-24 07:02:47 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-24 10:36:13 -0700
commitf8a09e8fb32e23deb59a62f1e110724bb39b0508 (patch)
treeffc43cd337156bcf991d84eaa5fae7958c257c47 /librpc
parentbaf93360a869a55617e1b29f2d954320967f8f71 (diff)
downloadsamba-f8a09e8fb32e23deb59a62f1e110724bb39b0508.tar.gz
s4-drs: fixed the size of DN binary blobs on the wire
Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/drsuapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index 27d3089bf73..9d2d1534188 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -553,7 +553,7 @@ interface drsuapi
} drsuapi_DsReplicaObjectIdentifier3;
typedef [public,gensize] struct {
- [value(ndr_size_drsuapi_DsReplicaObjectIdentifier3Binary(r, ndr->iconv_convenience, ndr->flags))] uint32 __ndr_size;
+ [value(ndr_size_drsuapi_DsReplicaObjectIdentifier3(r, ndr->iconv_convenience, ndr->flags))] uint32 __ndr_size;
[value(ndr_size_dom_sid28(&sid,ndr->flags))] uint32 __ndr_size_sid;
GUID guid;
dom_sid28 sid;