summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-01 00:24:16 +0100
committerGünther Deschner <gd@samba.org>2009-12-01 00:36:50 +0100
commitb852a3494aa3af3d69175f68669609b23fefc1bb (patch)
tree323a10d54612ebb8b0020aca5007a7740c28e7f2 /librpc/idl
parent753b9c6d566fafee9724a84fbd91316767c1c7a2 (diff)
downloadsamba-b852a3494aa3af3d69175f68669609b23fefc1bb.tar.gz
samba-b852a3494aa3af3d69175f68669609b23fefc1bb.tar.bz2
samba-b852a3494aa3af3d69175f68669609b23fefc1bb.zip
drsuapi: fix build warning of NDR size calculation of drsuapi_DsReplicaObjectIdentifier3Binary.
The generated size actually does not include the size of the binary itself. Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/drsuapi.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index f53db00f5b..3038863e1c 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -588,8 +588,8 @@ interface drsuapi
[charset(UTF16)] uint16 dn[__ndr_size_dn+1];
} drsuapi_DsReplicaObjectIdentifier3;
- typedef [public,gensize] struct {
- [value(ndr_size_drsuapi_DsReplicaObjectIdentifier3(r, ndr->iconv_convenience, ndr->flags))] uint32 __ndr_size;
+ typedef [public] struct {
+ [value(ndr_size_drsuapi_DsReplicaObjectIdentifier3Binary_without_Binary(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;