1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:kdc: Label ‘resource_groups_out’ parameter

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-04 16:38:28 +13:00 committed by Andrew Bartlett
parent 2f3a8ae8d5
commit a7765d1381

View File

@ -2590,7 +2590,7 @@ krb5_error_code samba_kdc_update_pac(TALLOC_CTX *mem_ctx,
samdb,
delegated_proxy,
&auth_user_info_dc,
NULL);
NULL /* resource_groups_out */);
if (code) {
goto done;
}