git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8017286
)
r7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenable
author
Andrew Bartlett
<abartlet@samba.org>
Fri, 27 May 2005 23:10:36 +0000
(23:10 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:17:08 +0000
(13:17 -0500)
'obfustication' in the new PIDL.
Jelmer: Can you double-check this?
Andrew Bartlett
(This used to be commit
2a1426c52f113237edeba4de25c402257f31ebe6
)
source4/build/pidl/ndr.pm
patch
|
blob
|
history
diff --git
a/source4/build/pidl/ndr.pm
b/source4/build/pidl/ndr.pm
index 72bf686aa03df0904bdb09253ef25964562d86a2..a7c10d4906b1c9dceb95d36f1ebf754bfdcd5b12 100644
(file)
--- 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")
});
}