From: Matthieu Patou Date: Thu, 27 Sep 2012 21:20:26 +0000 (-0700) Subject: drsuapi-idl: Fix the encoding of the source_dsa_dns X-Git-Tag: ldb-1.1.14~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bbb4d7b518d7a6f5a1eefdb37e61295dc69ebdd;p=thirdparty%2Fsamba.git drsuapi-idl: Fix the encoding of the source_dsa_dns astring is not aligned and is not conformant --- diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index 9dadcdbf772..ed85205052a 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;