From: Joseph Sutton Date: Wed, 4 Oct 2023 03:38:28 +0000 (+1300) Subject: s4:kdc: Label ‘resource_groups_out’ parameter X-Git-Tag: tevent-0.16.0~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7765d13814d0b6c53f771522c4c579d16b5c20e;p=thirdparty%2Fsamba.git s4:kdc: Label ‘resource_groups_out’ parameter Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index c061d1b6331..9e19349af5a 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -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; }