]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Align samba_kdc_update_pac() prototype in pac-glue.h with the implementation in pac...
authorAndrew Bartlett <abartlet@samba.org>
Sun, 25 Jun 2023 23:03:14 +0000 (11:03 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Jun 2023 00:26:37 +0000 (00:26 +0000)
Commit 6bd3b4528d4b33c8f7ae6341d166bea3a06cd971 diverged the const
declarations in the header, this brings them back in alignnment as
is Samba's normal practice.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Jun 26 00:26:37 UTC 2023 on atb-devel-224

source4/kdc/pac-glue.h

index 5b23f18f7f60fd3458ce5c34d2940da28dbc58a0..bb343233ae1cc08a08ee23ad13a5ab94fad58cdf 100644 (file)
@@ -138,8 +138,8 @@ krb5_error_code samba_kdc_update_pac(TALLOC_CTX *mem_ctx,
                                     const struct samba_kdc_entry *server,
                                     const krb5_const_principal delegated_proxy_principal,
                                     struct samba_kdc_entry *device,
-                                    krb5_const_pac device_pac,
-                                    krb5_const_pac old_pac,
+                                    const krb5_const_pac device_pac,
+                                    const krb5_const_pac old_pac,
                                     krb5_pac new_pac,
                                     struct authn_audit_info **server_audit_info_out,
                                     NTSTATUS *status_out);