diff options
Diffstat (limited to 'source4/build/pidl/ndr.pm')
-rw-r--r-- | source4/build/pidl/ndr.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/ndr.pm b/source4/build/pidl/ndr.pm index 1e862f5c231..b4f02048a20 100644 --- a/source4/build/pidl/ndr.pm +++ b/source4/build/pidl/ndr.pm @@ -549,7 +549,7 @@ sub ParseArrayPull($$$$) my $size = $length; if (is_conformant_array($e)) { - $size = "ndr_get_array_size($ndr, &$var_prefix$e->{NAME})"; + $length = $size = "ndr_get_array_size($ndr, &$var_prefix$e->{NAME})"; } # if this is a conformant array then we use that size to allocate, and make sure |