From e9ca6e48fff41c5f457075156a8c4b2c729c5527 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Mar 2005 17:12:52 +0000 Subject: r5775: Remove some unused functions (unions are no longer as special as they used to be) Add oxid mapping table support in DCOM (This used to be commit e193555f0eec2dda8c8760e9668181200fef0a1e) --- source4/build/pidl/ndr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/pidl/ndr.pm') diff --git a/source4/build/pidl/ndr.pm b/source4/build/pidl/ndr.pm index 1e862f5c23..b4f02048a2 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 -- cgit