mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
s4:kdc: Reformat function call
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a2b6c2199f
commit
a3a489fa53
@ -618,11 +618,11 @@ static NTSTATUS _authn_policy_access_check(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
status = auth_generate_security_token(tmp_ctx,
|
||||
lp_ctx,
|
||||
samdb,
|
||||
client_info,
|
||||
session_info_flags,
|
||||
&security_token);
|
||||
lp_ctx,
|
||||
samdb,
|
||||
client_info,
|
||||
session_info_flags,
|
||||
&security_token);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
reason = AUTHN_AUDIT_REASON_SECURITY_TOKEN_FAILURE;
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user