diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-12 17:12:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:02 -0500 |
commit | e9ca6e48fff41c5f457075156a8c4b2c729c5527 (patch) | |
tree | abfe42de2722644947b586350c20339158188014 /source4/build/pidl | |
parent | f58143b0256d470e17f2c0a09a7c1a352855d385 (diff) | |
download | samba-e9ca6e48fff41c5f457075156a8c4b2c729c5527.tar.gz samba-e9ca6e48fff41c5f457075156a8c4b2c729c5527.tar.bz2 samba-e9ca6e48fff41c5f457075156a8c4b2c729c5527.zip |
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)
Diffstat (limited to 'source4/build/pidl')
-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 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 |