summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/mgmt.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-16 19:21:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:50 -0500
commitec6973747a7269224b4cf6ccb593f5ed92e07a94 (patch)
tree726c1997a0b78298a8bf0b6b0ee50422c97df770 /source4/librpc/idl/mgmt.idl
parent3f3388a5648b41a22a399a73f484fb1ce5d539bd (diff)
downloadsamba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.tar.gz
samba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.tar.bz2
samba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.zip
r11103: Eliminate ascstr
(This used to be commit c8a0511f37f8cff3e949ffda0bb7fae714d5bbb4)
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[]
);
}