summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2012-09-27 14:20:26 -0700
committerMatthieu Patou <mat@matws.net>2012-10-07 21:51:03 -0700
commit8bbb4d7b518d7a6f5a1eefdb37e61295dc69ebdd (patch)
tree08db8be7f93e8e23104b37938a2348d1a78d0b04 /librpc
parent97f0b8d9c964fd67bd652eaa41a883305876710f (diff)
downloadsamba-8bbb4d7b518d7a6f5a1eefdb37e61295dc69ebdd.tar.gz
samba-8bbb4d7b518d7a6f5a1eefdb37e61295dc69ebdd.tar.bz2
samba-8bbb4d7b518d7a6f5a1eefdb37e61295dc69ebdd.zip
drsuapi-idl: Fix the encoding of the source_dsa_dns
astring is not aligned and is not conformant
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 9dadcdbf77..ed85205052 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -204,7 +204,7 @@ interface drsuapi
typedef struct {
[ref] drsuapi_DsReplicaObjectIdentifier *naming_context;
GUID source_dsa_guid;
- astring *source_dsa_dns; /* Source DSA dns_name in <guid>._msdcs.<domain_dns> form */
+ [charset(DOS),string] char *source_dsa_dns; /* Source DSA dns_name in <guid>._msdcs.<domain_dns> form */
drsuapi_DrsOptions options;
} drsuapi_DsReplicaSyncRequest1;