mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
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
This commit is contained in:
parent
13d667bbff
commit
78aaffce2f
@ -806,7 +806,7 @@ interface drsuapi
|
|||||||
/* Function 0x06 */
|
/* Function 0x06 */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
[ref] drsuapi_DsReplicaObjectIdentifier *naming_context;
|
[ref] drsuapi_DsReplicaObjectIdentifier *naming_context;
|
||||||
[charset(UTF16),string] uint16 *source_dsa_address;
|
[charset(UTF8), string] uint8 *source_dsa_address;
|
||||||
drsuapi_DrsOptions options;
|
drsuapi_DrsOptions options;
|
||||||
} drsuapi_DsReplicaDelRequest1;
|
} drsuapi_DsReplicaDelRequest1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user