summaryrefslogtreecommitdiff
path: root/source4/build/pidl/header.pm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-08 13:24:14 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-08 13:24:14 +0000
commit574a11bd3720b4d9fd66b386ff32bdcfaf259478 (patch)
tree927cb4d3b94ad9ae81335ef3c2096c2882a1f2e8 /source4/build/pidl/header.pm
parent668c938678fd7f08ca1ad3412d090f487295211f (diff)
downloadsamba-574a11bd3720b4d9fd66b386ff32bdcfaf259478.tar.gz
samba-574a11bd3720b4d9fd66b386ff32bdcfaf259478.tar.bz2
samba-574a11bd3720b4d9fd66b386ff32bdcfaf259478.zip
- include includes.h
- fix ref ptrs in push - add NTSTATUS return (This used to be commit cba9df9aa4cef7d35ae786a90d6c34b54e9a086a)
Diffstat (limited to 'source4/build/pidl/header.pm')
-rw-r--r--source4/build/pidl/header.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/build/pidl/header.pm b/source4/build/pidl/header.pm
index 783fff2204..bbb35534ac 100644
--- a/source4/build/pidl/header.pm
+++ b/source4/build/pidl/header.pm
@@ -55,10 +55,6 @@ sub DumpElement($)
$res .= " ";
if ($element->{POINTERS}) {
my($n) = $element->{POINTERS};
- if (util::is_scalar_type($element->{TYPE}) &&
- util::has_property($element->{PROPERTIES}, "ref")) {
- $n--;
- }
for (my($i)=$n; $i > 0; $i--) {
$res .= "*";
}