summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-06-17 13:29:51 +1200
committerStefan Metzmacher <metze@samba.org>2016-07-28 10:06:12 +0200
commit1246904d41eebc3440636dd29a9dc9ba38b738f6 (patch)
tree642617b02dd9318c0ed4d2b14e880aa4a902e83d /librpc/wscript_build
parentc07504f40dea1b850aa84dab6af5216b097217cc (diff)
downloadsamba-1246904d41eebc3440636dd29a9dc9ba38b738f6.tar.gz
librpc: Add ndr_push_struct_into_fixed_blob() and use it in GUID_to_ndr_blob()
This allows us to allocate only the correct size, not a default of 1024 bytes per push. 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 eceb0c485c9..d8fbf5d5005 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.7',
+ vnum='0.0.8',
abi_directory='ABI',
abi_match='ndr_* GUID_*',
)