1
0
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:
Joseph Sutton 2023-09-27 15:20:04 +13:00 committed by Joseph Sutton
parent a2b6c2199f
commit a3a489fa53

View File

@ -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;