summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-05-27 23:10:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:08 -0500
commitbdefee0cced4d47f078b056eb01e0a91b1427753 (patch)
tree47051842759b80f7192609f7ee86cb8b75bd514b /source4/build
parent8017286589abfeb9642bf2aea53dccfcb4956143 (diff)
downloadsamba-bdefee0cced4d47f078b056eb01e0a91b1427753.tar.gz
samba-bdefee0cced4d47f078b056eb01e0a91b1427753.tar.bz2
samba-bdefee0cced4d47f078b056eb01e0a91b1427753.zip
r7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenable
'obfustication' in the new PIDL. Jelmer: Can you double-check this? Andrew Bartlett (This used to be commit 2a1426c52f113237edeba4de25c402257f31ebe6)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/ndr.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/pidl/ndr.pm b/source4/build/pidl/ndr.pm
index 72bf686aa0..a7c10d4906 100644
--- a/source4/build/pidl/ndr.pm
+++ b/source4/build/pidl/ndr.pm
@@ -143,7 +143,8 @@ sub GetElementLevelTable($)
HEADER_SIZE => $hdr_size,
SUBCONTEXT_SIZE => $subsize,
IS_DEFERRED => $is_deferred,
- COMPRESSION => util::has_property($e, "compression")
+ COMPRESSION => util::has_property($e, "compression"),
+ OBFUSCATION => util::has_property($e, "obfuscation")
});
}