1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Add the implicit [ref] to the connect_handle in EnumDomains

This commit is contained in:
Andrew Bartlett 2009-04-21 15:14:02 +02:00
parent 8ab74e948a
commit 47ec66bda3

View File

@ -300,7 +300,7 @@ import "misc.idl", "lsa.idl", "security.idl";
} samr_SamArray;
NTSTATUS samr_EnumDomains (
[in] policy_handle *connect_handle,
[in,ref] policy_handle *connect_handle,
[in,out,ref] uint32 *resume_handle,
[out,ref] samr_SamArray **sam,
[in] uint32 buf_size,