r21391: add supporting for
authorStefan Metzmacher <metze@samba.org>
Fri, 16 Feb 2007 15:58:56 +0000 (15:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:25 +0000 (14:48 -0500)
commit9fcfa658430f04658c692eb26db9280fda6e4e25
treea7e3e6e3ad17ac20fe24fead216a6a747a2a3ed5
parent9e4324221764c1413be34d5b14915a86740acc04
r21391: add supporting for

uint16 size;
[relative,subcontext(0),subcontext_size(size),flag(STR_NOTERM|NDR_REMAINING)] string *string;

as

uint16 size;
[relative,charset(UTF16)] uint8 *string[size];

isn't supported by pidl yet...

metze
source/librpc/ndr/ndr_string.c