mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4:WINREG RPC server - Cosmetic
This commit is contained in:
parent
43ed7a413d
commit
bda1c701f4
@ -36,7 +36,8 @@ static NTSTATUS dcerpc_winreg_bind(struct dcesrv_call_state *dce_call,
|
||||
WERROR err;
|
||||
|
||||
err = reg_open_samba(dce_call->context,
|
||||
&ctx, dce_call->event_ctx, dce_call->conn->dce_ctx->lp_ctx, dce_call->conn->auth_state.session_info,
|
||||
&ctx, dce_call->event_ctx, dce_call->conn->dce_ctx->lp_ctx,
|
||||
dce_call->conn->auth_state.session_info,
|
||||
NULL);
|
||||
|
||||
if (!W_ERROR_IS_OK(err)) {
|
||||
@ -419,7 +420,6 @@ static WERROR dcesrv_winreg_OpenKey(struct dcesrv_call_state *dce_call,
|
||||
default:
|
||||
return WERR_ACCESS_DENIED;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user