From bdefee0cced4d47f078b056eb01e0a91b1427753 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 May 2005 23:10:36 +0000 Subject: r7043: Patch from Julien Kerihuel to reenable 'obfustication' in the new PIDL. Jelmer: Can you double-check this? Andrew Bartlett (This used to be commit 2a1426c52f113237edeba4de25c402257f31ebe6) --- source4/build/pidl/ndr.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") }); } -- cgit