diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-07-05 10:06:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:16 -0500 |
commit | 11ca21e93c247c74e85ed1ce284893d6b70cd8cf (patch) | |
tree | 94be4a4ce5d3ca67dd9e93ecffea5b9de177c5fc /source4/build/pidl/ndr.pm | |
parent | 42bb490709f2ab2d569b53b8bd66dde4246711a4 (diff) | |
download | samba-11ca21e93c247c74e85ed1ce284893d6b70cd8cf.tar.gz samba-11ca21e93c247c74e85ed1ce284893d6b70cd8cf.tar.bz2 samba-11ca21e93c247c74e85ed1ce284893d6b70cd8cf.zip |
r8162: Revert my pad8 hack.
Andrew Bartlett
(This used to be commit 8e78830ffc9280b48e1e690d95a94f1645e6e496)
Diffstat (limited to 'source4/build/pidl/ndr.pm')
-rw-r--r-- | source4/build/pidl/ndr.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/pidl/ndr.pm b/source4/build/pidl/ndr.pm index c4ff1d8a89..2bf673b5e3 100644 --- a/source4/build/pidl/ndr.pm +++ b/source4/build/pidl/ndr.pm @@ -166,8 +166,7 @@ sub GetElementLevelTable($) SUBCONTEXT_SIZE => $subsize, IS_DEFERRED => $is_deferred, COMPRESSION => util::has_property($e, "compression"), - OBFUSCATION => util::has_property($e, "obfuscation"), - PAD8 => util::has_property($e, "pad8") + OBFUSCATION => util::has_property($e, "obfuscation") }); } |