]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Label ‘resource_groups_out’ parameter
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 4 Oct 2023 03:38:28 +0000 (16:38 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Oct 2023 23:13:32 +0000 (23:13 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/pac-glue.c

index c061d1b6331bc1af295ceedeb69c5a16d36e9124..9e19349af5a4f0cf4cbcd58fa7e927b3e08ebaab 100644 (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;
                        }