]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: add some const to samba_get_logon_info_pac_blob()
authorStefan Metzmacher <metze@samba.org>
Fri, 13 May 2016 12:20:07 +0000 (14:20 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 30 Jun 2016 01:30:23 +0000 (03:30 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11441

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/pac-glue.c

index cdb0ac1fa5647b134f6c3f3d9ba1a0ec87fc9a15..04d516329da3f7df16c0a94ac37cc76d5e90956a 100644 (file)
@@ -38,7 +38,7 @@
 
 static
 NTSTATUS samba_get_logon_info_pac_blob(TALLOC_CTX *mem_ctx,
-                                      struct auth_user_info_dc *info,
+                                      const struct auth_user_info_dc *info,
                                       DATA_BLOB *pac_data)
 {
        struct netr_SamInfo3 *info3;