mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
8bd0f4405a
Some idl files use more than one layer of unique pointers. e.g. NTSTATUS lsa_GetUserName( [in,unique] [string,charset(UTF16)] uint16 *system_name, [in,out,ref] lsa_String **account_name, [in,out,unique] lsa_String **authority_name ); In order to specify *io.in.authority_name = NULL, we need to wrap the pointer value (lsa_String or None) into an base.ndr_pointer() object. BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113 BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
gen_ndr | ||
idl | ||
ndr | ||
rpc | ||
scripts | ||
tests | ||
dcerpc_samr.pc.in | ||
dcerpc.pc.in | ||
wscript_build |