mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
parent
ce14daf51c
commit
a912ef0d97
@ -65,6 +65,7 @@ int cac_RegConnect(CacServerHandle *hnd, TALLOC_CTX *mem_ctx, struct RegConnect
|
|||||||
key = talloc(mem_ctx, POLICY_HND);
|
key = talloc(mem_ctx, POLICY_HND);
|
||||||
if(!key) {
|
if(!key) {
|
||||||
hnd->status = NT_STATUS_NO_MEMORY;
|
hnd->status = NT_STATUS_NO_MEMORY;
|
||||||
|
return CAC_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
err = rpccli_reg_connect( pipe_hnd, mem_ctx, op->in.root, op->in.access, key);
|
err = rpccli_reg_connect( pipe_hnd, mem_ctx, op->in.root, op->in.access, key);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user