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:
parent
8ab74e948a
commit
47ec66bda3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user