pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference types
authorStefan Metzmacher <metze@samba.org>
Fri, 1 Feb 2008 08:54:25 +0000 (09:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 2 Feb 2008 10:16:01 +0000 (11:16 +0100)
commit7c7acae817cd00ab5c915742338b019af79e9193
tree8de3cdaf26ffac15d410903da6651bb61e35e578
parent26d7f5bf96cd7e950ceb532402afd6b8a58871ea
pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference types

uint32 num;
nstring strings[num];

this should use 'r->strings' instead of
'*r->strings' as the pointer to the array.

metze
source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm