summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-04-22 12:02:57 +1200
committerGarming Sam <garming@samba.org>2016-05-03 08:10:10 +0200
commit98712e9bda29105ae23de487c3261ebf959408c5 (patch)
tree8e6d1d974472b894f339a788304542ddd3c3ef1f /librpc/wscript_build
parentef0f4654546fdbfdf7165645f4b2291a753bb480 (diff)
downloadsamba-98712e9bda29105ae23de487c3261ebf959408c5.tar.gz
libndr: Add ndr_pull_struct_blob_all_noalloc
This allows us to remove talloc() calls from GUID_from_ndr_blob(). To do this the struct ndr_pull is placed on the stack, and filled in there. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index fc7ada6defc..f883570588f 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -698,7 +698,7 @@ bld.SAMBA_LIBRARY('ndr',
public_deps='samba-errors talloc samba-util',
public_headers='gen_ndr/misc.h gen_ndr/ndr_misc.h ndr/libndr.h:ndr.h',
header_path= [('*gen_ndr*', 'gen_ndr')],
- vnum='0.0.6',
+ vnum='0.0.7',
abi_directory='ABI',
abi_match='ndr_* GUID_*',
)