diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-16 23:39:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:44:50 -0500 |
commit | dc36f294762c0821542ad4b777e4295230ba03b9 (patch) | |
tree | 7a33b52e039fb6006af31fa9d66dbfb846844e9d /source4/librpc | |
parent | ec6973747a7269224b4cf6ccb593f5ed92e07a94 (diff) | |
download | samba-dc36f294762c0821542ad4b777e4295230ba03b9.tar.gz samba-dc36f294762c0821542ad4b777e4295230ba03b9.tar.bz2 samba-dc36f294762c0821542ad4b777e4295230ba03b9.zip |
r11104: Fix LOCAL-PAC test
(This used to be commit 22d0e4a9bf853fe67c402ce3ba6d950e753ab4d2)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 465c757784..5ff4214cbb 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -17,7 +17,7 @@ typedef [public,noejs] struct { [value(2*strlen_m(string))] uint16 length; [value(2*strlen_m(string))] uint16 size; - [charset(UTF16),size_is(size),length_is(length)] uint8 *string; + [charset(UTF16),size_is(size/2),length_is(length/2)] uint16 *string; } lsa_String; typedef [public] struct { |