mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r6425: Yet another comment.
rafal (This used to be commit de3409d6e5f7d199654e0511ed61a4b0808bf48d)
This commit is contained in:
parent
622554452b
commit
0fc124d714
@ -393,6 +393,15 @@ NTSTATUS rpc_composite_userdel_recv(struct composite_context *c, TALLOC_CTX *mem
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Synchronous version of userdel call
|
||||
*
|
||||
* @param pipe dce/rpc call pipe
|
||||
* @param mem_ctx memory context for the call
|
||||
* @param io arguments and results of the call
|
||||
* @return nt status code of execution
|
||||
*/
|
||||
|
||||
NTSTATUS rpc_composite_userdel(struct dcerpc_pipe *pipe,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct rpc_composite_userdel *io)
|
||||
|
Loading…
x
Reference in New Issue
Block a user