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

s4:kdc: Fix indentation

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-29 15:42:52 +13:00 committed by Joseph Sutton
parent 45e8e19719
commit 1ea4b27162

View File

@ -1519,8 +1519,8 @@ static krb5_error_code samba_kdc_validate_pac_blob(
}
code = samdb_result_dom_sid_buf(client_skdc_entry->msg,
"objectSid",
&client_sid);
"objectSid",
&client_sid);
if (code) {
goto out;
}