summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/mgmt.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/mgmt.idl')
-rw-r--r--source4/librpc/idl/mgmt.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/mgmt.idl b/source4/librpc/idl/mgmt.idl
index 8329c8e55f..ce9b50abfa 100644
--- a/source4/librpc/idl/mgmt.idl
+++ b/source4/librpc/idl/mgmt.idl
@@ -71,6 +71,6 @@ interface mgmt
WERROR mgmt_inq_princ_name (
[in] uint32 authn_proto,
[in] uint32 princ_name_size,
- [out] ascstr princ_name
+ [out] [string,charset(DOS)] uint8 princ_name[]
);
}