summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2012-04-19 23:56:51 -0700
committerMatthieu Patou <mat@samba.org>2012-04-22 03:00:06 +0200
commit78aaffce2f6d57b06ee64700f3ecc37f71ee17c1 (patch)
tree1bfb7c033d4231d2cfcf1ed62b35f2387296a80d /librpc
parent13d667bbffa1bb7af7bdb1031a90883beba9ddad (diff)
downloadsamba-78aaffce2f6d57b06ee64700f3ecc37f71ee17c1.tar.gz
idl: fix the charset for the source_dsa_address in DsReplicaDel call
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Apr 22 03:00:06 CEST 2012 on sn-devel-104
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 af7e3ed48c9..9dadcdbf772 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -806,7 +806,7 @@ interface drsuapi
/* Function 0x06 */
typedef struct {
[ref] drsuapi_DsReplicaObjectIdentifier *naming_context;
- [charset(UTF16),string] uint16 *source_dsa_address;
+ [charset(UTF8), string] uint8 *source_dsa_address;
drsuapi_DrsOptions options;
} drsuapi_DsReplicaDelRequest1;