From 8bbb4d7b518d7a6f5a1eefdb37e61295dc69ebdd Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 27 Sep 2012 14:20:26 -0700 Subject: [PATCH 13/20] drsuapi-idl: Fix the encoding of the source_dsa_dns astring is not aligned and is not conformant --- librpc/idl/drsuapi.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index 9dadcdb..ed85205 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 ._msdcs. form */ + [charset(DOS),string] char *source_dsa_dns; /* Source DSA dns_name in ._msdcs. form */ drsuapi_DrsOptions options; } drsuapi_DsReplicaSyncRequest1; -- 1.7.9.5