diff options
author | Matthieu Patou <mat@matws.net> | 2012-04-19 23:56:51 -0700 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2012-04-22 03:00:06 +0200 |
commit | 78aaffce2f6d57b06ee64700f3ecc37f71ee17c1 (patch) | |
tree | 1bfb7c033d4231d2cfcf1ed62b35f2387296a80d /librpc | |
parent | 13d667bbffa1bb7af7bdb1031a90883beba9ddad (diff) | |
download | samba-78aaffce2f6d57b06ee64700f3ecc37f71ee17c1.tar.gz samba-78aaffce2f6d57b06ee64700f3ecc37f71ee17c1.tar.bz2 samba-78aaffce2f6d57b06ee64700f3ecc37f71ee17c1.zip |
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.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index af7e3ed48c..9dadcdbf77 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; |