1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4:kdc: Fix typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Mar 22 19:36:28 UTC 2023 on atb-devel-224
This commit is contained in:
Joseph Sutton 2023-03-21 09:43:01 +13:00 committed by Andrew Bartlett
parent 9d59e42a2b
commit 7e3cbc2c64

View File

@ -1366,7 +1366,7 @@ NTSTATUS samba_kdc_get_user_info_dc(TALLOC_CTX *mem_ctx,
&user_info_dc_out->sids,
&user_info_dc_out->num_sids);
if (!NT_STATUS_IS_OK(nt_status)) {
DBG_ERR("Failed to add assertied identity!\n");
DBG_ERR("Failed to add asserted identity!\n");
return nt_status;
}